<html>
<head>
<script type="text/javascript">
function popup()
{
Alert("popup");
}
</script>
</head>
<body onload = "popup()" >
</body>
</html>
Why is there no popup when I run this page? The page just does nothing.
<html>
<head>
<script type="text/javascript">
function popup()
{
Alert("popup");
}
</script>
</head>
<body onload = "popup()" >
</body>
</html>
Why is there no popup when I run this page? The page just does nothing.
:: Copyright KIRUPA 2024 //--