Moderator |
|
<SCRIPT LANGUAGE="JavaScript">
<!--
function LaadTweeFrames(EersteBestand,TweedeBestand) {
parent.frame1.location = EersteBestand;
parent.frame2.location = TweedeBestand;
return true;
}
//-->
</SCRIPT>
<SCRIPT LANGUAGE="JavaScript"> <!-- function LaadTweeFrames(EersteBestand,TweedeBestand) { parent.frame1.location = EersteBestand; parent.frame2.location = TweedeBestand; return true; } //--> </SCRIPT>
Aanroepen met:
<A HREF="JavaScript:LaadTweeFrames('file1.html','file2.html')">Klik!</A>
<A HREF="JavaScript:LaadTweeFrames('file1.html','file2.html')">Klik!</A>
bron: http://www.html...javascript |