Hi guys I try to open new page server side via popup window, with this code Response.Write("<script type='text/javascript'>detailedresults=window.open('www.google.com');</script>"); but nothing happens. Do you have any idea what is going wrong? Thanks a lot
Hi Ray Nothing change this is the code which must open when i press SELECT: Response.Write("<script type='text/javascript'> window.open ('http://www.google.com','mywindow'); </script>"); http://www.superfootballmanager.com/test_chart.aspx
I found this article. It looks like its a more simpler and cleaner way to open a POP up window rather then going to the Response.Write method. http://dotnetjohn.com/articles.aspx?articleid=88