Re: Need Ideas

by Thomas James Allen <tjallen(at)pipeline.com>

 Date:  Sun, 08 Aug 1999 12:10:41 -0400
 To:  Gary S Gustin <ggustin1(at)tampabay.rr.com>
 Cc:  hwg-basics(at)hwg.org
  todo: View Thread, Original
At 11:17 AM 8/8/99 -0400, you wrote (and I edited):

>1. Is is possible to list each photo with a short
>description as a link, and have the link open in a "pop-up
>window" without having to write 100 pages of HTML?
>Thanks in advance.
>Gary S Gustin
---------------------------
Gary, 
you could try this:

<a href="#"
onClick="window.open('photo.gif','windowname','width=400,height=300');">
Click here for photo</a>

or with a thumbnail:

<a href="#"
onClick="window.open('photo.gif','windowname','width=400,height=300');">
<img src="thumbnail.gif"></a>

Note: all in one line, my email software is wrapping.

Note: adjust the height & width as needed, and if you use different
windownames, new windows will open each time. GIF and JPG work fine.

Hope this helps!
jimmy

HTML: hwg-basics mailing list archives, maintained by Webmasters @ IWA