Hi, I have made a probably-too-simple-to-get-into-DynamicDrive image 'zoomer', though I would call it zoom, more like Close Up Pop Up...
[to the point]Basicly, it is a pop-up that shows a closer view of an image.
It's all simple coding, and easily editable and all in HTML and JavaScript.
Code:
<a href="http://mysite.com/index.html" onclick="window.open('http://mysite.com/index.html','popup','width=500,height=500,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false">text</a>
NOTE: Don't forget to edit <a href="HTTP://MYSITE.COM/INDEX.HTML" and onclick="window.open('HTTP://MYSITE.COM/INDEX.HTML'.
Leave everything else (for now).
OK, now make the pop up page, just adding it's content. Nothing else.
EX:
HTML Code:
<html><head><title>Pop-Up</title></head><body><p><font size="45">Hey! This is text!</font></p></body></html>
OK, now test it out. Enjoy!
EXTRAS: (you really want to see these)
1. Edit this part of the code to make it suitable for you:
'width=500,height=500,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false">text</a>
2. Add MP3, or MP4 players inside the pop ups. To generate an MP3 Player, use http://profilepitstop.com/mp3_players or http://poqbum.com .
Enjoy!
Bookmarks