Important alert: (current site time 7/15/2013 1:14:17 PM EDT)
 

VB icon

Change location of 2 frames using <a >href=

Email
Submitted on: 6/5/1998
By: Found on the Web 
Level: Not Given
User Rating: By 2 Users
Compatibility: JavaScript
Views: 14189
 
     How can I change the location of two frames using a simple ''? Found on the web at:http://www.irt.org
 
code:
Can't Copy and Paste this?
Click here for a copy-and-paste friendly version of this code!
				
'**************************************
' Name: Change location of 2 frames using <a href=
' Description:How can I change the location of two frames using a simple '<a href="">'? 
Found on the web at:http://www.irt.org
' By: Found on the Web
'**************************************

<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>


Other 219 submission(s) by this author

 


Report Bad Submission
Use this form to tell us if this entry should be deleted (i.e contains no code, is a virus, etc.).
This submission should be removed because:

Your Vote

What do you think of this code (in the Not Given category)?
(The code with your highest vote will win this month's coding contest!)
Excellent  Good  Average  Below Average  Poor (See voting log ...)
 

Other User Comments

10/28/2000 2:47:42 PMChris

I can't get this to work out, though the two frame names specified and the two HTML files exist... I'm using IE5.5. Can anyone help?

language=
(If this comment was disrespectful, please report it.)

 

Add Your Feedback
Your feedback will be posted below and an email sent to the author. Please remember that the author was kind enough to share this with you, so any criticisms must be stated politely, or they will be deleted. (For feedback not related to this particular code, please click here instead.)
 

To post feedback, first please login.