|
Technical Interview Questions
JavaScript Interview Question
XHtml Interview Questions
Ajax Interview Questions
CSS Interview Questions
XML
Interview Questions
VB
Interview Questions
.........More
Programming Source Codes
Java Source Codes
Html Source Codes
CSS Source Codes
C Source Codes
.........More
Soft Skills
Communication Skills
Leadership Skills
.........More
|
|
HTML Source Codes
mouse over code
<html>
<head>
</head>
<body>
<script> function AntiPopup(a, b, c) { return(null); } </script>
<center>
<p> JavaScript vulnerability
<dir>
<b>To view this demo, please turn the Javascript setting of your browser
to "enable Javascript"</b>.
</dir>
<p>
We use a very simple mechanism--"onMouseOver" in the html
<a> tag---to
invoke some Javascript code to open a new connection.
<center>
<p>
<a href="/jsexample.php" class="EMPTY" onMouseOver='window.open("http://www.rediff.com",
"JavsacriptDemo",
"width=600,height=200,toolbar,location,status,menubar,scrollbars")'><font
color="#0000FF" size=+2>Please
move the mouse over me.</font>
</a>
</center>
<script> function AntiPopup(a, b, c) { return(AntiPopup(a, b, c)); } </script>
</body>
</html>
<<<----- Return to
Html Source
Code Questions Page.
Have a Question ?
post your questions here. It
will be answered as soon as possible.
Check
HTML Interview
Questions for more HTML Interview Questions with Answers
|