----- Original Message -----
From: <>
Newsgroups: microsoft.public.word.web.authoring
Sent: Saturday, September 18, 2004 6:28 AM
Subject: Re: Close command
> On some web sites you can click on a link on the page to
> say, view a larger scale picture; A second page opens up
[quoted text clipped - 28 lines]
> better and more
>>extensive explantion?
You did superbly expanding on your explanation.
As a rule the second window pop-ups you describe are generally run by server
side software's. Java, PHP, ASP and such.
There is an HTML option which will open a second window with either a page
or a larger image and the visitor would then be required to close that new
window the same method they close any other web page.
For a image on your primary page, use a "thumbnail image. These may be a
variety of sizes ( I use 100 X 100 pixels, you may desire something larger)
depending upon final output size in the second window.
The link using either "the larger image or new URL [another web page] would
be as the following:
<a href="Mypicture.jpg" target="display">Mypicture</a>
or
<a href="http//:AnotherSite/AnotherPage.html" target="display">Another
Page</a
Craig - 19 Sep 2004 18:01 GMT
Thank you very much for all your help. I'll try out what
you said on my pages. You never know, I might actually
get my pages viewable before the year is out !!!!!!!!
>-----Original Message-----
>
[quoted text clipped - 59 lines]
>
>.