Hello
I have a user control which is referenced in my other pages, when clicked should open the specified URL in new window. How can i achieve this?
I have to pass uid as well
http://abc.com/Home.aspx?uid=S ession("uid")
I am trying the following
<a href="javascrip t:newWin=window .open('http://abc.com/Home.aspx?uid=\ "+Session("uid" )+"','','resiza ble=yes,width=5 67,height=300,s crollbars');">< img border="0" alt="" src="http://bytes.com/submit/images/btn1.jpg" /></a>
Please advise
I have a user control which is referenced in my other pages, when clicked should open the specified URL in new window. How can i achieve this?
I have to pass uid as well
http://abc.com/Home.aspx?uid=S ession("uid")
I am trying the following
<a href="javascrip t:newWin=window .open('http://abc.com/Home.aspx?uid=\ "+Session("uid" )+"','','resiza ble=yes,width=5 67,height=300,s crollbars');">< img border="0" alt="" src="http://bytes.com/submit/images/btn1.jpg" /></a>
Please advise
Comment