Lexxi
Apr 24th 2007, 2:53 am
PLEASE HELP
The following cookie is formed by clicking my add to wishlist buttons:
cookieString =
'photo1:This is photograph one=link1&' +
'photo2:This is photograph two=link2&' +
'photo3:This is photograph three=link3&' +
'photo4:This is photograph four=link4'
I need to know how to produce this:
http://www.pamperdayz.co.uk/wishlist.gif
where photo1 is a jpg file, and link1 is an htm file.
I have only been working with javascript for 2 months so I am a real noob and need serious help.
The following cookie is formed by clicking my add to wishlist buttons:
cookieString =
'photo1:This is photograph one=link1&' +
'photo2:This is photograph two=link2&' +
'photo3:This is photograph three=link3&' +
'photo4:This is photograph four=link4'
I need to know how to produce this:
http://www.pamperdayz.co.uk/wishlist.gif
where photo1 is a jpg file, and link1 is an htm file.
I have only been working with javascript for 2 months so I am a real noob and need serious help.