Saturday, 28 June 2014

Html program for onload event

Html program for onload event




<html>
<head>
<title>Onload</title>
<script type="text/javascript">
function dis()
{
alert("enter the new world");
}
</script>
</head>
<body bgcolor="blue" onload="dis()">
</body>
</html>














output:

Friday, 27 June 2014

Tuesday, 10 June 2014

RANA's Blog: WEB SPOOFING

RANA's Blog: WEB SPOOFING: WEB SPOOFING Abstract: Web spoofing is an Internet security attack that could endanger the privacy of World Wide Web us...