kippie
09-25-2003, 03:02 PM
In the HTML I have a thumb print image (image1small). I want to make a link of this so that when the user clicks he opens a new window with a larger copy of the image (image1). The idea is that of a photogallery with all kind of small images which can be enlarged. I have the new window open but I don't know how to get the image in it. Can anyone help?
This is the HTML I have so far:
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<meta name="generator" content="Adobe GoLive 4">
</head>
<body bgcolor="white">
<a href="javascript:;" target="_blank" onfocus="this.blur();" onClick="window.open('','', 'toolbar,status,resizable,scrollbars,width=200,height=300'); return false"><img src="image1small.jpg" title width="110" height="50" border="0"></a></div>
</body>
</html>
Kippie
This is the HTML I have so far:
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<meta name="generator" content="Adobe GoLive 4">
</head>
<body bgcolor="white">
<a href="javascript:;" target="_blank" onfocus="this.blur();" onClick="window.open('','', 'toolbar,status,resizable,scrollbars,width=200,height=300'); return false"><img src="image1small.jpg" title width="110" height="50" border="0"></a></div>
</body>
</html>
Kippie