|
-
is not a good designer.
Javascript: OnLoad loads another page?
Is that possible? Say, you click a link that loads another page into a frame. Right? Than once that page is called it tells another frame to load a certain page? If so, what script could do that? Any help would be appreciated guys. thanks.
I wanna do this because 1 link cant change 2 diff frames right?
-
Hi,
even one link can do it...
<a href="a.html" onclick="otherframe.location='b.html'">click here</a>
Musicman
-
is not a good designer.
how do i go about making a.html open in a new frame as well?
-thanks for the help btw.
-edit
eh, i guess just like
<a href="a.html" target="frame1" onclick="otherframe.location='b.html'">click here</a>
?
Last edited by No-Tec; 09-08-2003 at 05:17 PM.
maybe.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|