Guest_imported
New member
- Jan 1, 1970
- 0
Hi!
I would like to change frames simultaneously.
I found this piece of code (below), but I did not work
( more likely that I did something wrong), in Netscape 6.
If you answer my question, put it as simple as possible, because I know very little about javascript.
Kind regards
Hugh Guccione
<script language="JavaScript">
<!-- go to j-scripts.com
function framechange(url1,url2) {
window.framename1.location=url1
window.framename2.location=url2
}
//-->
</script>
<a href="javascript:framechange('url1.html,url2.html')">Go here.</a>
I would like to change frames simultaneously.
I found this piece of code (below), but I did not work
( more likely that I did something wrong), in Netscape 6.
If you answer my question, put it as simple as possible, because I know very little about javascript.
Kind regards
Hugh Guccione
<script language="JavaScript">
<!-- go to j-scripts.com
function framechange(url1,url2) {
window.framename1.location=url1
window.framename2.location=url2
}
//-->
</script>
<a href="javascript:framechange('url1.html,url2.html')">Go here.</a>