Hi ,
can anyone say how to use the tooltip in javascript,when some event occurs..I'm having the following code...
can any one pl say.. wat to be inserted in
//tootip code comment...
Thnaks in Advance...
can anyone say how to use the tooltip in javascript,when some event occurs..I'm having the following code...
Code:
<html>
<head>
<script>
function toggle()
{
//tooltip code
}
</script>
<body>
<input type = "button" name="user" value="user" onMouseOver = "toggle()">
<body>
</head>
</html>
can any one pl say.. wat to be inserted in
//tootip code comment...
Thnaks in Advance...
Comment