| ryan |
August 9th, 2005 5:53 PM |
issues with creating popup windows...
hey webmasters discussioneers, i've never posted in this part of PC so please forgive me if it's the wrong place.
i'm not very good with html/java/all that good stuff. i've made a site (can be viewed at www.thrivepresents.com it's nothing fancy, and it's undergoing some pitiful renovations) and i need the immage titled "videos.png" or "overvideos.png" (it's a mouseover thing) to open a new window when clicked. as far as i know, the coding i've got in there should be correct, but a new window will not open (it's not my popup blocker, i've checked). could one of you, who is better at this sort of thing than i take a look at it?
Code:
<a href="videos2.html" onclick="window.open('videos2.html','popup','width=300,height=500,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('videos','','videosover.PNG',1)"><img src="videos.PNG" alt="videos" name="videos" width="207" height="106" border="0"></a>
the target is "videos2.html" by the way.
|