PopUp Window Problem - 4/12/2001 20:14:00
Can pop-up windows only work for text links and form buttons? Will they work for a picture-link...like the "Click Here for Web Templates" link above...could that link to a new window? I can't seem to get this to work.
Brad
Andy from Spain
Posts: 922 From: Ipswich Status: offline
RE: PopUp Window Problem - 4/12/2001 20:51:00
Hi Brad,
Your link for a pop-up should look something like this: <a href="javascript:popUp('mypage.htm')"><img src="myimage.gif" width="150" height="25" border="0"></a> Compare this to a text link which might be: <a href="javascript:popUp('mypage.htm')">Link text</a>