Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Q88 How can I change the location of two frames using a simple '<a href="">'?

irt.org | Knowledge Base | JavaScript | Frame | Q88 [ previous next ]

Q88 How can I change the location of two frames using a simple '<a href="">'?

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

Feedback on 'Q88 How can I change the location of two frames using a simple '<a href="">'?'


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 30th March 2008. Maintained by: Martin Webb and Michel Plungjan
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.