Hi folks
I can handle ASP, but I'm a bit of a novice at Javascript.
I have a working javascript slide show function. I want to pass a URL from a hidden form field into the script like so:
Pic[1] = '<%=request.form("picture2")%>'
This puts the URL of the picture into the script, but strips out all the forward slashes, making it useless.
How do I pass the string into the script with the slashes in place?
I hope someone can help - I've spent houyrs trying to figure it out!
I can handle ASP, but I'm a bit of a novice at Javascript.
I have a working javascript slide show function. I want to pass a URL from a hidden form field into the script like so:
Pic[1] = '<%=request.form("picture2")%>'
This puts the URL of the picture into the script, but strips out all the forward slashes, making it useless.
How do I pass the string into the script with the slashes in place?
I hope someone can help - I've spent houyrs trying to figure it out!