Link within Javascript

J

Jenny

I'm a javascript novice, but I have adapted an existing script, to move an
image across the a web page. I would like for the moving image to be a
link - by clicking on it would take the viewer to a different web page.
Nothing I've tried has worked. If anyone has time to offer any suggestions,
the url is: http://members.cox.net/parrotlegal/index_hold.htm Thanks very
much for your help. Jenny.
 
N

nikki

You need to write the anchor anywhere the image tag is written. (there
are at least 2 locations )

Eg:
<img src="+rndPic+">
becomes
<a href="blah.html"><img src="+rndPic+"></a>
 
J

Jenny

nikki said:
You need to write the anchor anywhere the image tag is written. (there
are at least 2 locations )

Eg:
<img src="+rndPic+">
becomes
<a href="blah.html"><img src="+rndPic+"></a>

It works! Thank you very much!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,780
Messages
2,569,611
Members
45,280
Latest member
BGBBrock56

Latest Threads

Top