A
Alex Wolff
Hello,
I want to display a thumbnail (imagetn.jpg) and when user clicks..a new
window opens displaying the large image (imagelg.jpg).
I am using the following javascript and link to get this to happen...but
when I click on the image a new window pops up but gives me the error "The
Page Cannot Be Displayed". The thumbnail displays fine but the larger image
in the new window does not. My 2 image files are definately there in the
same directory as all my html.
<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime;
myWin = window.open(URL, "PicWin",
"toolbar=0,scrollbar=0,location=0,statusbar=0,menubar=0,resizable=0,width=470,height=356=left=192=top=144");
}
// End -->
</script>
<A HREF="javascriptopUp('imagelg.jpg')"><img border="0" src="imagetn.jpg"
xthumbnail-orig-image="imagelg.jpg" width="160" height="120"></a></p>
I want to display a thumbnail (imagetn.jpg) and when user clicks..a new
window opens displaying the large image (imagelg.jpg).
I am using the following javascript and link to get this to happen...but
when I click on the image a new window pops up but gives me the error "The
Page Cannot Be Displayed". The thumbnail displays fine but the larger image
in the new window does not. My 2 image files are definately there in the
same directory as all my html.
<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime;
myWin = window.open(URL, "PicWin",
"toolbar=0,scrollbar=0,location=0,statusbar=0,menubar=0,resizable=0,width=470,height=356=left=192=top=144");
}
// End -->
</script>
<A HREF="javascriptopUp('imagelg.jpg')"><img border="0" src="imagetn.jpg"
xthumbnail-orig-image="imagelg.jpg" width="160" height="120"></a></p>