Photo pop up window

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I was recently at a site in which the clicked on photo thumbnails caused pop
window which contained only the image. That is there was no vacant area as
is the case with a new browser window. This is a link to the page that I am
referring to http://www.destiny-character.org/pictures.html# . I would be
very appreciative if someone could tell me how to duplicate this.

Thanks
The German
Batavia, IL
 
Go back to the page, then do a view source or select Edit with FP, and see how the site is creating
the popup.

--
==============================================
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.
==============================================
 
Thanks but those were the first things I did. I am a self taught amature so
I guess I'm looking for some online documentation or a script page that
spells out precisely what I need to do.

Thanks again for your response.
 
I posted some photo scripts and examples on this page:

http://yellowecho.com/information.htm/#example


When Viewing the Source on the page you described look at the
<script>.........</script> between the <head>........</head>

That script code would need to be added to your page in the same location.

Then look at a link in the body <a href="#">.........

Make a new page in Frontpage and do some tests with a single image and copy
and paste the link from the Source to your code- then change the address of
the photo to one of your photos.

The new page will at least keep the code small and easy to follow.
 
Any popup window is a new browser window (except those made with layers
possibly); it's just they they can be manipulated with Javascript.

Try the Spawn addin at www.jimcosoftware.com - creates a popup window,
allows you to delete things like title bar, menu, toolbar, status & scroll
bars, and size it to whatever you want eg the size of your image(s).
 
Back
Top