PDA

View Full Version : Image Maps and Frames


Rizwan
08-30-2000, 06:58 AM
Hi,

I want to click on an image map and have that link open into two frames (i.e have the link open two new links)

I have a JavaScript function:

loadtwo(u1, u2){
parent.frame1.location.href=u1;
parent.frame1.location.href=u2;
}

but I am not sure how to call it within the image map.

Thanks,
Riz

Isaac
09-01-2000, 04:57 AM
I'm not quite sure what your asking me. Could you please post your URL so we can check out you code?

Thanks,



------------------
Isaac
Big Resources Inc. (http://www.bigresources.com)
Big Resource Network
isaac@123webmaster.net
ICQ# 71401549

riz
09-01-2000, 07:12 AM
Hi,

The URL is
http://members.fortunecity.com/rizwan18/start.html

Thanks,
Riz