resize thumbnails pop-up windows

A

Andre

Is there a way that one can have the window that open when you click on a
thumbnailed image to a predefined size ?
I have tried the long way, by creating the thumbnail, then create an html
page and put the actual image into this page, and use the window.resizeTo
(640,480) command etc.
But if you right click on an image and click thumbnail, is there some coding
one can add to the href line that could have the image open in a new window
and resize to a predefined size, it would save a lot of time
Hope my explanation does not sound to confusing
 
T

Tom Willett

Not really.
--
Tom [Pepper] Willett
Microsoft MVP - FrontPage
---------------------------
: Is there a way that one can have the window that open when you click on a
: thumbnailed image to a predefined size ?
: I have tried the long way, by creating the thumbnail, then create an html
: page and put the actual image into this page, and use the window.resizeTo
: (640,480) command etc.
: But if you right click on an image and click thumbnail, is there some
coding
: one can add to the href line that could have the image open in a new
window
: and resize to a predefined size, it would save a lot of time
: Hope my explanation does not sound to confusing
:
: --
: Do not fix stuff that ain''t broken
 
T

Trevor Lawrence

I have used Steve's code on my own website http://tandcl.homemail.com.au/ .
I have modified it a bit (perhaps too much) but it works fine.

Steve,
The need to allow pop-ups is annoying. This also happens to me in other
cases. I have looked right through Internet Options in IE7 and I can't see a
setting to permanently allow this. Does one have to do it on a site by site
basis, e.g. add http://www.95isalive.com/ to Trusted Sites in the Security
panel or is there some other way?
 
R

Ronx

In IE7 and 8,
Tools->Internet Options- Security tag
Select Internet
Click Custom Level...
Scroll down to Pop-up blocker
Select Off

There are also settings for allowing/disallowing windows with no status or
menu bars, and (no) size restrictions.

Do the same for Local Intranet and Trusted Sites

In my opinion, you should add sites where you want to allow pop-ups to the
Trusted Sites zone, and allow pop-ups only there.
--
Ron Symonds
Microsoft MVP (Expression)
http://www.rxs-enterprises.org/fp

Reply only to group - emails will be deleted unread.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top