Link to home
Start Free TrialLog in
Avatar of Larry Brister
Larry BristerFlag 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

ASKER CERTIFIED SOLUTION
Avatar of TechieMD
TechieMD

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Larry Brister

ASKER

Thanks... just discovered that myself in anFAQ