BrokenSaint
Technical User
Ok, I wanted to know if there was a way to call a pop - up window on your site by clicking a thumbnail image. I have the text javascript, but I need to know what the Image one is, if there is one.
This is the script I am using, on my page, but instead of text, I want to use a thumbnail image.
<!-- Begin Copy Script -->
<SCRIPT LANGUAGE="JavaScript">
function openWindow1() {
popupWin = window.open('nameoffiletopopup.html', 'remote1', 'width=320,height=240,scrollbars=0')
}
</SCRIPT>
<!-- End Copy Script -->
<a href="javascriptpenWindow1()">Click here to popup window</a>
see, thats fo rtext, but is there anyone out there that can tell me how to use a thumbnail image instead of text? if you can please help me on that. Thanks in advance! Broken Saint >:O>
This is the script I am using, on my page, but instead of text, I want to use a thumbnail image.
<!-- Begin Copy Script -->
<SCRIPT LANGUAGE="JavaScript">
function openWindow1() {
popupWin = window.open('nameoffiletopopup.html', 'remote1', 'width=320,height=240,scrollbars=0')
}
</SCRIPT>
<!-- End Copy Script -->
<a href="javascriptpenWindow1()">Click here to popup window</a>
see, thats fo rtext, but is there anyone out there that can tell me how to use a thumbnail image instead of text? if you can please help me on that. Thanks in advance! Broken Saint >:O>