Click to See Complete Forum and Search --> : Help needed!!


baswalraven
08-25-2003, 10:11 PM
I have been trying to get the following script to work, but for some reason I can't get it to function the way I want.
I did attach the script file (sample.txt) I got it actually from:
http://www.dynamicdrive.com/dynamicindex1/popit.htm

The following is working
Linkset[0]='<div class="menuitems"><a href="http://dynamicdrive.com">Dynamic Drive</a></div>'

// BUT WHEN CHANGE THE ABOVE SENTENCE TO
// linkset[0]='<div class="menuitems"><a href="c:\windows\desktop\temp.doc">Dynamic Drive</a></div>'
// For some reason the '\' (backslashes) are gone in the link

The end goal is to have different pop-up menus on one image using mouse over.
Thanks a lot,
Bas

baswalraven
08-26-2003, 12:47 PM
I found the problem already for some reason I needed to put in two back slashes instaed of 1"\"

THIS THREAD CAN BE CLOSED