Hi all
I have the below index.php file. I would like that the window.onload function works but it doesn't!
What is there wrong!?
Thanks
Nick
I have the below index.php file. I would like that the window.onload function works but it doesn't!
What is there wrong!?
Thanks
Nick
Code:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="generator" content="">
<link href="library/menu2/CascadeMenu.css" rel="stylesheet">
<link href="library/css/custom.css" rel="stylesheet">
<script type="text/javascript">
window.onload = function() {
alert('first');
window.showModalDialog('index.php');
}
</script>
<script language="javascript" src="library/function.js"></script>
<script language="javascript" src="library/menu2/CascadeMenu.js"></script>
</head>
<body onload="InitMenu();" onclick="CloseAll();" bgcolor="#FFFFFF" text="#333333" link="#333333" vlink="#666666" alink="#666666" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" ID="Bdy">