Notices
Computer & Technology Related Post here for help and discussion of computing and related technology. Internet, TVs, phones, consoles, computers, tablets and any other gadgets.

HTML - linking to pictures

Thread Tools
 
Search this Thread
 
Old 05 July 2003, 04:59 PM
  #1  
druddle
Scooby Regular
Thread Starter
 
druddle's Avatar
 
Join Date: Mar 2001
Location: Berkshire
Posts: 5,528
Likes: 0
Received 0 Likes on 0 Posts
Question

I have a file in Dreamweaver that has some thumbnails on it. I want it to work so that when you click the thumbnail then it opens the full size picture in a _blank window but automatically resizes to the size of the full size picture.

How do i do it as I can only set up a behaviour with one window size for all i think.

Dave
Old 06 July 2003, 07:08 PM
  #2  
nigelward
Scooby Regular
 
nigelward's Avatar
 
Join Date: Oct 2001
Posts: 831
Likes: 0
Received 0 Likes on 0 Posts
Post

This might be of use, I used it for resizing a web page containing a terminal services web session:

<html>
<head>
<script language="javascript">
function connect()
{
window.resizeTo(Width,Height);
}
</script>
</head>
<body onLoad="connect();" style="margin: 0px;">
</body>
</html>

The width and height values, in this case, are set by the webserver (IIS and ASP) when the page is requested.

Nigel
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
SilverM3
ScoobyNet General
8
24 February 2021 01:03 PM
shorty87
Full Cars Breaking For Spares
19
22 December 2015 11:59 AM
LSherratt
Non Scooby Related
20
28 September 2015 12:04 AM
shorty87
Wheels And Tyres For Sale
0
25 September 2015 08:36 PM
Littleted
Computer & Technology Related
0
25 September 2015 08:44 AM



Quick Reply: HTML - linking to pictures



All times are GMT +1. The time now is 01:04 AM.