web4u
10-15-2002, 09:54 PM
Thanks Nightfire,
Well i just put this OnClick:
<a href="3.htm" onClick="parent.frame2.location='4.htm'">
and it works - it opens another page in another frame.
But how can i add more OnClick events to the same link?
I found this code for it:
<script>
function muchoframes()
{
parent.frame1.location='6.htm
parent.frame2.location='7.htm
}
</script>
But it's not working...
Any help?
THANKS!
Well i just put this OnClick:
<a href="3.htm" onClick="parent.frame2.location='4.htm'">
and it works - it opens another page in another frame.
But how can i add more OnClick events to the same link?
I found this code for it:
<script>
function muchoframes()
{
parent.frame1.location='6.htm
parent.frame2.location='7.htm
}
</script>
But it's not working...
Any help?
THANKS!