S
susie
I need to open a new blank page with specification in
NavigateUrl as below. The following syntax is wrong.
1.What is the correct syntax?
2.How to specify the target window in asp:hyperlink tag?
<asp:hyperlink text="link"
NavigateUrl="javascript:window.open
('http://web/Camelot/appDetail.aspx?
id='&tAppID,'', 'toolbar=no,location=no,
directories=no,status=no,resizable=no,width=400,
height=400'); void('');" runat="server"/>
Thank you very much!
NavigateUrl as below. The following syntax is wrong.
1.What is the correct syntax?
2.How to specify the target window in asp:hyperlink tag?
<asp:hyperlink text="link"
NavigateUrl="javascript:window.open
('http://web/Camelot/appDetail.aspx?
id='&tAppID,'', 'toolbar=no,location=no,
directories=no,status=no,resizable=no,width=400,
height=400'); void('');" runat="server"/>
Thank you very much!