popup window

Discussion in 'General troubleshooting' started by giorgos, Dec 25, 2010.

  1. 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 :)
     
  2. Ray

    Ray

    Try changing the line to javascript:window.open.

    If that doesn't work send us a URL to look at.
     
  3. Ray

    Ray

Share This Page