jefargrafx
Instructor
I have a database that pulls a product number on a catalog page, I them use that number to pull product detail on a product page.
I'm using <%= Server.URLEncode(rsResults("manuID"))%>"> to encode the url variable, and in ie it acts like it works (in the status bar) but whn you click the link the encoded %23 turns back into a # and breaks the script.
in firefox the status bar doesn't even encode.
when I look at the source for the page, sure enough the link has been encoded, but still shows as # in the address bars and breaks
any help
jef
I'm using <%= Server.URLEncode(rsResults("manuID"))%>"> to encode the url variable, and in ie it acts like it works (in the status bar) but whn you click the link the encoded %23 turns back into a # and breaks the script.
in firefox the status bar doesn't even encode.
when I look at the source for the page, sure enough the link has been encoded, but still shows as # in the address bars and breaks
any help
jef