Avatar of Larry Brister
Larry Brister
Flag for United States of America asked on

Hide url in popup window

Using this code...

URL/Address bar is still showing in popup.
I need that hidden

DirectCast(dataItem.FindControl("LinkEditJson"), HyperLink).Attributes("onclick") = "return window.open('EditRisk.aspx?IndividualID=" & IndividualID & "&OriginID=" & OriginID & "&ID=" & ID & "&IsPopup=1" & "','','directories=no,titlebar=no,toolbar=no,location=no,status=no,menubar=no,scrollbars=1,resizable=1,width=1000,height=600');"

Open in new window

.NET ProgrammingVisual Basic.NETJavaScript

Avatar of undefined
Last Comment
Larry Brister

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
TechieMD

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Larry Brister

ASKER
Thanks... just discovered that myself in anFAQ
Experts Exchange is like having an extremely knowledgeable team sitting and waiting for your call. Couldn't do my job half as well as I do without it!
James Murphy