mjstone323
08-24-2002, 12:08 AM
Hi -
I know very little about JavaScript and I'm trying to finish a website...
I hope someone knows how to do this because I'm going bonkers!!!
This script works just fine to make a larger version of a clicked thumbnail pic (in a Flash movie) pop up:
<SCRIPT LANGUAGE="JavaScript">
<!--
function pop1(){
window.open("Images/Associates/1.jpg","","height=450,width=302,left=100,top=100,scrollbars=0,resizable=0");
}
//-->
</script>
What I want is, when the larger version pops up, the visitor can click on the picture (or a link that appears in the picture) and go to their website. (I know this must be possible because I see it everywhere in those annoying popup ads... :rolleyes: )
I've tried all sorts of things, and all I get are error messages... argh.
Thanks in advance... Marianne
I know very little about JavaScript and I'm trying to finish a website...
I hope someone knows how to do this because I'm going bonkers!!!
This script works just fine to make a larger version of a clicked thumbnail pic (in a Flash movie) pop up:
<SCRIPT LANGUAGE="JavaScript">
<!--
function pop1(){
window.open("Images/Associates/1.jpg","","height=450,width=302,left=100,top=100,scrollbars=0,resizable=0");
}
//-->
</script>
What I want is, when the larger version pops up, the visitor can click on the picture (or a link that appears in the picture) and go to their website. (I know this must be possible because I see it everywhere in those annoying popup ads... :rolleyes: )
I've tried all sorts of things, and all I get are error messages... argh.
Thanks in advance... Marianne