Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asptoday_discuss thread: <A onclick... not working after VS.Net is installed!


Message #1 by "Peter Zhu" <zhupeter80@y...> on Fri, 1 Mar 2002 16:33:47
After I install VS.Net, the following code doesn't work:

<A onclick="javascript:window.open('Search.aspx')">search</A>



However this code still works: <A href="Search.aspx">search</A>



Also, I want to know how to open a new browser in the code behind (not 

with Javascript).



Can anyone help ?

Thanks

Peter

  Return to Index