function start() is not found, while it IS there

G

Gill Bates

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.pageXOffset, 0);
links.scrollTo (0, content.pageYOffset);
}
function start(){
tid = setInterval('syncFrame()', 2000);
alert('hi');
}
</script>
</head>
<frameset cols="25%,*" rows="10%,*" onload="start();">
<frame name="links" src="http://arriba.student.utwente.nl/" scrolling="no"<frame name="content" src="http://arriba.student.utwente.nl/"
scrolling="auto" >
</frameset>
</html>
 
L

Lee

Gill Bates said:
Can you help ?

<!doctype html public "-//W3C//DTD HTML 4.01 Frameset//EN">
<html>
<head>
<title>set</title>
<script type="text/ecmascript">

<script type="text/javascript">
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top