Hi Gang.
I am trying to have several thumbnail images listed and if you click on one
it opens a larger picture of the thumbnail in another window or table on the
same page.

Any suggetions?

Thank you

--
Life is Good... Don't screw it up...

RE: Click on Thumb nail and have it open in another larger window by dgg

dgg
Tue Dec 20 17:16:02 CST 2005

Include target="_new" in your <A> tag ...

Derek

"Old AH-1G Pilot" wrote:

> Hi Gang.
> I am trying to have several thumbnail images listed and if you click on one
> it opens a larger picture of the thumbnail in another window or table on the
> same page.
>
> Any suggetions?
>
> Thank you
>
> --
> Life is Good... Don't screw it up...

Re: Click on Thumb nail and have it open in another larger window by Thomas

Thomas
Tue Dec 20 17:30:46 CST 2005

That would open a new browser Window, and is a invalid target tag.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

"dgg" <dgg@discussions.microsoft.com> wrote in message
news:2D9CB3FD-82D6-4ECB-8FC1-A174E52CD475@microsoft.com...
> Include target="_new" in your <A> tag ...
>
> Derek
>
> "Old AH-1G Pilot" wrote:
>
>> Hi Gang.
>> I am trying to have several thumbnail images listed and if you click on one
>> it opens a larger picture of the thumbnail in another window or table on the
>> same page.
>>
>> Any suggetions?
>>
>> Thank you
>>
>> --
>> Life is Good... Don't screw it up...



Re: Click on Thumb nail and have it open in another larger window by clintonG

clintonG
Tue Dec 20 18:14:01 CST 2005

You'll need to find script to do that or have somebody write the script.
Common sense also demands the code run on the server because you'll never
know which thumbnail is going to be selected and downloading all of the
possible images could drag performance down big time.

The cheap and amateur way uses the target attribute in a link element noting
the correct syntax is <a href="..." target="_blank><img src="..." /></a>

Better yet, use web search to find a Flash photo gallery template that sells
for peanuts, buy it and set it up.

<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/


"Old AH-1G Pilot" <OldAH1GPilot@discussions.microsoft.com> wrote in message
news:3B8DEB7D-0226-403B-B400-E14837FF8F03@microsoft.com...
> Hi Gang.
> I am trying to have several thumbnail images listed and if you click on
> one
> it opens a larger picture of the thumbnail in another window or table on
> the
> same page.
>
> Any suggetions?
>
> Thank you
>
> --
> Life is Good... Don't screw it up...



RE: Click on Thumb nail and have it open in another larger window by Ripper

Ripper
Wed Dec 21 22:53:02 CST 2005

http://javascript.internet.com/page-details/auto-resizable-pop-up.html
Have a look around their site. They have many scripts for images and pages.

"Old AH-1G Pilot" wrote:

> Hi Gang.
> I am trying to have several thumbnail images listed and if you click on one
> it opens a larger picture of the thumbnail in another window or table on the
> same page.
>
> Any suggetions?
>
> Thank you
>
> --
> Life is Good... Don't screw it up...