kkt8
February 10th, 2005, 08:13 AM
I've in my xsl (in javascript) some functions which call
location.href = "truc.asp?Action=Change&Type=Acc&Id=" + idAcc;
under I.E. no problem, but under Modzilla, I've fing that the '&' blocks the access to my parameters. the parameter 1 : Action is understanded but the other in my asp is empty (Type and Id) when I recover their values with Request.QueryString("Type") !
If you have an idea :)
thank you :wave:
location.href = "truc.asp?Action=Change&Type=Acc&Id=" + idAcc;
under I.E. no problem, but under Modzilla, I've fing that the '&' blocks the access to my parameters. the parameter 1 : Action is understanded but the other in my asp is empty (Type and Id) when I recover their values with Request.QueryString("Type") !
If you have an idea :)
thank you :wave: