|
| |
|
|
humble77
Posts: 1 Joined: 7/10/2007 Status: offline
|
changing 2 frames w 1 click - html please - 7/10/2007 22:35:40
need code to change 2 frames with 1 click in html site: lgsphotography.com any help appreciated -- thanks /h
|
|
|
|
BobbyDouglas
Posts: 5470 Joined: 5/15/2003 From: Arizona Status: offline
|
RE: changing 2 frames w 1 click - html please - 7/10/2007 23:58:22
Put this between your head tags:quote:
<script language="javascript"> <!-- function dualFrames() {parent.frameOne.location="page1.htm";parent.frameTwo.location="page2.htm";} //--> </script> Then run the switch using this code for your link: quote:
<a href="javascript:dualFrames()">link</a> frameOne and frameTwo are the names of each frame, and then page1/page2 are the names for each page the frame will load.
_____________________________
Arizona Web Design - Mr Bobs Web Design in Arizona The Arizona Web Hosting Challenge
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|