Forum : HTML
Brief description  about Online courses   join in Online courses
View ganesh  pradhan 's Profile

HTML

If I put the mouse curser any of the option it’s automatically creates a new window. What is the tag for this?
Asked by ganesh pradhan | Jan 7, 2010 |  Reply now
Replies (2)
View akhilesh kumar joshi 's Profile
<input type="button" onMouseOver="callfunctionoftext()">
in head section after title
<script type="javascript">
function callfunctionoftext()
{
newwin=open("","This is new window","width=400, height=300, status=yes toolbar=yes")
newwin.document.write("This will be yiue=r msssg")
}
</script>
Jan 16, 2010
View teacher siliconindia 's Profile
In HTMl or CSS you can't do that, using Java script you can do.
Jan 7, 2010