
February 23rd, 2000, 04:55 AM
|
|
Contributing User
|
|
Join Date: Sep 1999
Location: Denmark
Posts: 83
Time spent in forums: < 1 sec
Reputation Power: 14
|
|
|
try
------------------------------
<html>
<script language="JavaScript">
<!---
var tmID = null
function start(){
setTimeout("mysubmit()",120000)
}
function mysubmit(){
document.stubform.submit()
}
// -->
</script>
<head>
<title></title>
</head>
<body onLoad="start()">
</body>
</html>
--------------------------
I know it uses a form, but you could modify it to match your needs....
------------------
regds..
-ulrik-
|