I'm trying to open a new window when a picture is clicked.
Examples I've seen have used code starting w/ <form> input="button" onclick="window.open=('abc.htm')" this creates a button that when clicked opens a new page to the desired page. I'd like to use a gif/jpeg picture and when clicked it opens a new window and the desired web page.
My current code is below. Thanking you in advance for your help.
john Campbell
Click <a href="wreath.htm"> <onclick="window.open=('wreath.htm')"><img border="3" src="Eyes1.gif" width="42" height="44"></a> </font>
<font color="#00FFFF" size="6"> </font><font size="6" color="#800080">Here</font>
Examples I've seen have used code starting w/ <form> input="button" onclick="window.open=('abc.htm')" this creates a button that when clicked opens a new page to the desired page. I'd like to use a gif/jpeg picture and when clicked it opens a new window and the desired web page.
My current code is below. Thanking you in advance for your help.
john Campbell
Click <a href="wreath.htm"> <onclick="window.open=('wreath.htm')"><img border="3" src="Eyes1.gif" width="42" height="44"></a> </font>
<font color="#00FFFF" size="6"> </font><font size="6" color="#800080">Here</font>
Comment