Hi,
Anyone please help me with this: I try to pass this query string through URL but seem not work for me.
If my initial string is: initPIN = "12345#678"
when I pass through URL like this:
<script language="javascript">
function Openweb(initFlg){
Myweb = Myweb.asp?PIN=" + initPIN + "&initState=" + initFlg;
Myweb = window.open (Myweb, "Myweb", "scrollbars=1, resizable=1"
}
On the ASP server site, when I use
request.querystring("PIN" is just comes back with value 12345. The rest has been cut off.
Is there any way to prevent this situation.
Thanks all for help.
John
Anyone please help me with this: I try to pass this query string through URL but seem not work for me.
If my initial string is: initPIN = "12345#678"
when I pass through URL like this:
<script language="javascript">
function Openweb(initFlg){
Myweb = Myweb.asp?PIN=" + initPIN + "&initState=" + initFlg;
Myweb = window.open (Myweb, "Myweb", "scrollbars=1, resizable=1"
}
On the ASP server site, when I use
request.querystring("PIN" is just comes back with value 12345. The rest has been cut off.
Is there any way to prevent this situation.
Thanks all for help.
John