I am submitting a variable to a script something like this:
It works just fine in Internet Explorer and in Netscape 6.0, but Netscape 4.X has issues with the fact that the DatabaseVariable has spaces. If I do it from a conventional form, it works fine but that is not a desirable way of doing it. I've tried forcing both single and double quotes around the string, but that crashes the script to which it is being submitting. Removing the spaces from the database field itself is not an option. What else can I try?
Don
don@ctagroup.org
Experienced in HTML, Perl, VBScript, PWS, IIS and Apache. Run OS/2 Warp 4, BeOS v5 and Windows NT (only when I have to!)
Code:
<A HREF="script.asp?DatabaseVariable=<%Response.Write DoVar(rs("DatabaseVariable"))%>">Same Variable Here</a>
It works just fine in Internet Explorer and in Netscape 6.0, but Netscape 4.X has issues with the fact that the DatabaseVariable has spaces. If I do it from a conventional form, it works fine but that is not a desirable way of doing it. I've tried forcing both single and double quotes around the string, but that crashes the script to which it is being submitting. Removing the spaces from the database field itself is not an option. What else can I try?
Don
don@ctagroup.org
Experienced in HTML, Perl, VBScript, PWS, IIS and Apache. Run OS/2 Warp 4, BeOS v5 and Windows NT (only when I have to!)