passing args to querystring
Im having a problem in Netscape only -- when i try to pass args to a query
string WITH an anchor reference (e.g. #calander)
This is what my string look like:
http://24.90.7.45/anujjainhome/main/...mon=7#calander
when the page serves up, it servers the right information HOWEVER the browsers
connection keeps running with a continuous hour glass??
It works fine in IE
Anyone else have this problem..please help
Re: passing args to querystring
This will resolve your problems with netscape.
Server.URLEncode(http://24.90.7.45/anujjainhome/main/...mon=7#calander)
"anuj" <anujjain2000@hotmail.com> wrote:
>
>Im having a problem in Netscape only -- when i try to pass args to a query
>string WITH an anchor reference (e.g. #calander)
>
>This is what my string look like:
>
>http://24.90.7.45/anujjainhome/main/...mon=7#calander
>
>when the page serves up, it servers the right information HOWEVER the browsers
>connection keeps running with a continuous hour glass??
>It works fine in IE
>
>Anyone else have this problem..please help