hildebrand
08-27-2002, 05:00 PM
I'm looking for a popup code. This is the Code as you can find it in the WA-homepage:
<script>
//Popup Window Script
//By JavaScript Kit (http://javascriptkit.com)
//JavaScript tutorials and over 400+ free scripts
function openpopup(){
var popurl="thankyou.htm"
winpops=window.open(popurl,"","width=400,height=338,")
}
</script>
<a href="javascript:openpopup()">Click here to open window</a>
but I need a popup that start from an IMAGE and not from a link. How can I edit the code? could someone help me?
Thank you very much!
<script>
//Popup Window Script
//By JavaScript Kit (http://javascriptkit.com)
//JavaScript tutorials and over 400+ free scripts
function openpopup(){
var popurl="thankyou.htm"
winpops=window.open(popurl,"","width=400,height=338,")
}
</script>
<a href="javascript:openpopup()">Click here to open window</a>
but I need a popup that start from an IMAGE and not from a link. How can I edit the code? could someone help me?
Thank you very much!