javascript window.open in aspx
Posted
by jinre
on Stack Overflow
See other posts from Stack Overflow
or by jinre
Published on 2010-01-19T09:01:20Z
Indexed on
2010/04/10
20:03 UTC
Read the original article
Hit count: 331
i have aspx pages with vb.net in the back. I need to use javascript to open a new window on page load. I am also sending a querystring (www.mysite.com/default.aspx?dest=register.aspx) from the previous page. I need the javascript to parse the querystring and open the new window only if the URL has a querystring. please advice
© Stack Overflow or respective owner