navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

 

changing 2 frames w 1 click - html please

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Microsoft FrontPage Help >> changing 2 frames w 1 click - html please
Page: [1]
 
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

(in reply to humble77)
Page:   [1]

All Forums >> Web Development >> Microsoft FrontPage Help >> changing 2 frames w 1 click - html please
Page: [1]
Jump to: 1





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