Home
Developer Blog
Ajax effects
CSS examples
Freelance jobs
Hot IT Jobs
Hot scripts
Code samples
Web hosting directory
Lotus Notes FAQ
See the new scripts recently added to Dynamic Drive.
Click here
.
Original, practical
CSS codes and examples
such as CSS menus for your site.
Search code samples
Keyword
All Categories
ASP
CSS
Dhtml
Html
Javascript
PHP
Code Samples
ASP
CSS
Dhtml
Html
Javascript
PHP
LOGIN HERE
Username
Password
Signup Now
Forgot Password
Verify Signup
Javascript >> Frames
How can I change the location of two frames using a simple link?
Visitor Ratings (0) :
Description
read this
http://www.itechies.net/tutorials/html/frame.htm#multiple
Code
Select All
<script language="JavaScript"><!-- function functionName(fileName1,fileName2) { parent.frameName1.location.href = fileName1; parent.frameName2.location.href = fileName2; } //--></script> <a href="javascript:functionname('file1.html','file2.html')">Go</a> Search irt.org
Rate this Resource
0
1
2
3
4
5
6
7
8
9
10