Jump to content

onload


voip03

Recommended Posts

I am using body tag twice one on header.php and 2nd one in that code to ‘onload ‘ js

Is there any alternative to  onload the js

<html>
<head>
<script type="text/javascript">
<!--
function delayer(){
    window.location = "../javascriptredirect.php"
}
//-->
</script>

</head>

<? reqiuure(header.php);	?>
<h2> hello</h2>
<body onLoad="setTimeout('delayer()', 5000)">
<h3> Hello world</h3>
	</body>

</body>
</html>

Link to comment
https://forums.phpfreaks.com/topic/243634-onload/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.