hi everyone
i ve a problem regarding querystrings which is as follows.
i m making a popup window and onclick of a href that window pops up and i m sending my querystring along with that.
now i want to use that query string in that popup page but i m unable to do that it is giving a 'object expected error'.
the code is as follows:
window.open("interfacepop.asp?
the code that i m using in the pop up.
window.document.form1.action = "interfacepop.asp?submit=Y&
<?php
=request.querystring an style="color: #007700">("hotelid" style="color: #007700">)
?>
But this not working, please anyone can help me ...
Thanks
I think you may be mixing up asp and javascript query strings.
Can you provide a link to a demo page?