Home » JavaScript » OnMouseOver Pop-Up Box

OnMouseOver Pop-Up Box

code


<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>My Page</title>
<link rel="stylesheet" href="../link.css" type="text/css">
<script type="text/javascript" src="../javascript/browser_detect.js"></script>
<script type="text/javascript" src="../javascript/popup.js"></script>
</head>
<body>

PROFESSIONAL SKILLS<a onmouseover="popup('Skills and abilities not 
directly related to the position for which you are applying, however, 
they may provide additional insight into your abilities as an employee 
(Examples: typing 60 words per minute; experience with Microsoft excel, 
word and power point, etc...)')"
onmouseout="kill()" onfocus="this.blur()" 
style="color:#2A1FFF; font-weight:bold; 
font-size: 12px;" />?</a>
<textarea name="pSkills" /><%=objRS2("pSkills")%></textarea>
</body>