help with javascript popup code
Hi!
im new to javascript
right now im naking javascript popups on my site and im having trouble with a few things
im trying to make a new popup appear every time the link is pressed but instead whenever I press on the link the web page changes inside the popup.
also I want to make the popup appear in the center of the screen.
heres the code
<a href="javascript:void(0)"
onclick="window.open
('image.html','image','width=320,height=450')"><im g src="Images/thumbnails/image.jpg" alt="yo" width="180" height="100" /></a>
please help me im completely new to javascript.
|