Can you help ?
<!doctype html public "-//W3C//DTD HTML 4.01 Frameset//EN">
<html>
<head>
<title>set</title>
<script type="text/ecmascript">
var tid;
function syncFrame (){
boven.scrollTo (content.pageXO ffset, 0);
links.scrollTo (0, content.pageYOf fset);
}
function start(){
tid = setInterval('sy ncFrame()', 2000);
alert('hi');
}
</script>
</head>
<frameset cols="25%,*" rows="10%,*" onload="start() ;">
<frame name="control" src="control.ht ml" scrolling="auto " >
<frame name="boven" src="http://arriba.student. utwente.nl/" scrolling="no"[color=blue]
>[/color]
<frame name="links" src="http://arriba.student. utwente.nl/" scrolling="no"[color=blue]
>[/color]
<frame name="content" src="http://arriba.student. utwente.nl/"
scrolling="auto " >
</frameset>
</html>
<!doctype html public "-//W3C//DTD HTML 4.01 Frameset//EN">
<html>
<head>
<title>set</title>
<script type="text/ecmascript">
var tid;
function syncFrame (){
boven.scrollTo (content.pageXO ffset, 0);
links.scrollTo (0, content.pageYOf fset);
}
function start(){
tid = setInterval('sy ncFrame()', 2000);
alert('hi');
}
</script>
</head>
<frameset cols="25%,*" rows="10%,*" onload="start() ;">
<frame name="control" src="control.ht ml" scrolling="auto " >
<frame name="boven" src="http://arriba.student. utwente.nl/" scrolling="no"[color=blue]
>[/color]
<frame name="links" src="http://arriba.student. utwente.nl/" scrolling="no"[color=blue]
>[/color]
<frame name="content" src="http://arriba.student. utwente.nl/"
scrolling="auto " >
</frameset>
</html>
Comment