Results 1 to 3 of 3
Related
-
help moving linked images Forum: Myspace Forum
Replies: 1 -
price boxes linked with menu Forum: Javascript Forum
Replies: 11 -
Autoreloading a linked page Forum: HTML Forum
Replies: 4 -
anchor links? Forum: HTML Forum
Replies: 2
-
11-14-2002, 10:32 PM #1
anchor tag linked to 2+ links at the same time, possible?
Is it possible to make an anchor tag link to more than one document at the same time?
like i have this anchor
<AREA SHAPE=RECT COORDS="60,103,148,144" HREF="#home" ALT="Home" OnMouseOut="window.status=''; return true" OnMouseOver="window.status='Home'; return true">
3 anchors tag with
<a name=home>
Anyone know if it is possible to do it?
-
11-14-2002, 11:56 PM #2
i think using javascript will do it. why not just use different names?
-
11-15-2002, 11:04 AM #3
It'll go to the first name=home encountered.
Better to have home, home1 and home2 as the names.