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
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