Javascript Assignment 10 |
<html><head><title>Assignment_19(Popup Function)</title><script language="javascript" type="text/javascript">function popupfunction(){window.open('images/blackberry.jpg' , 'sbWindow','status = 1 height = 300 width = 300 resizable = 1' )}</script></head><body><a href="#" onclick="popupfunction();"> <img border="0" src="images/blackberry.jpg" /> </a></body></html>
Post a Comment