I have noticed lately that some sites have pictures that when you click on them they pop up as a larger picture with a link at the bottom to close the window. What are they using to get this done. Tks, Jeff
The pop-up window is a standard JavaScript function - see Spawn at http://jimcosoftware.com/addins.aspx for a FrontPage addin that generates pop-up windows. Make a page with the full sized image and use this as the source for the pop-up window. Add a link to the page to close the window: <a href="javascript:window.close()">Close this window</a> A thumbnail on the main page is a link to open the pop-up - Spawn creates this link for you. -- Ron Symonds - Microsoft MVP (FrontPage) Reply only to group - emails will be deleted unread. http://www.rxs-enterprises.org/fp "Jeff Kerry" <Jeff> wrote in message news:E001D10A-2F47-4ED8-9A59-AB54268DB9C4@microsoft.com: > I have noticed lately that some sites have pictures that when you click on > them they pop up as a larger picture with a link at the bottom to close the > window. > > What are they using to get this done. > > Tks, > Jeff
Thanks for the infor will give it a try. Jeff "Ronx" wrote: > The pop-up window is a standard JavaScript function - see Spawn at > http://jimcosoftware.com/addins.aspx for a FrontPage addin that > generates pop-up windows. > > Make a page with the full sized image and use this as the source for the > pop-up window. Add a link to the page to close the window: > > <a href="javascript:window.close()">Close this window</a> > > A thumbnail on the main page is a link to open the pop-up - Spawn > creates this link for you. > > -- > Ron Symonds - Microsoft MVP (FrontPage) > Reply only to group - emails will be deleted unread. > > http://www.rxs-enterprises.org/fp > > > > > "Jeff Kerry" <Jeff> wrote in message > news:E001D10A-2F47-4ED8-9A59-AB54268DB9C4@microsoft.com: > > > I have noticed lately that some sites have pictures that when you click on > > them they pop up as a larger picture with a link at the bottom to close the > > window. > > > > What are they using to get this done. > > > > Tks, > > Jeff > >
Most likely you are referring to "Lightbox2" or to "Litebox". Google them.... -- Murray MVP Expression Web <Jeff> wrote in message news:E001D10A-2F47-4ED8-9A59-AB54268DB9C4@microsoft.com... >I have noticed lately that some sites have pictures that when you click on > them they pop up as a larger picture with a link at the bottom to close > the > window. > > What are they using to get this done. > > Tks, > Jeff
Thanks Murray, That is what I was looking for. Jeff "Murray" wrote: > Most likely you are referring to "Lightbox2" or to "Litebox". Google > them.... > > -- > Murray > MVP Expression Web > > > <Jeff> wrote in message > news:E001D10A-2F47-4ED8-9A59-AB54268DB9C4@microsoft.com... > >I have noticed lately that some sites have pictures that when you click on > > them they pop up as a larger picture with a link at the bottom to close > > the > > window. > > > > What are they using to get this done. > > > > Tks, > > Jeff >
Litebox is significantly 'lighter' weight than Lightbox, hence its name! Glad I could help you.... -- Murray MVP Expression Web <Jeff> wrote in message news:099FFCBD-5A78-42E4-8D3D-DB78A908C075@microsoft.com... > Thanks Murray, > > That is what I was looking for. > > Jeff > > "Murray" wrote: > >> Most likely you are referring to "Lightbox2" or to "Litebox". Google >> them.... >> >> -- >> Murray >> MVP Expression Web >> >> >> <Jeff> wrote in message >> news:E001D10A-2F47-4ED8-9A59-AB54268DB9C4@microsoft.com... >> >I have noticed lately that some sites have pictures that when you click >> >on >> > them they pop up as a larger picture with a link at the bottom to close >> > the >> > window. >> > >> > What are they using to get this done. >> > >> > Tks, >> > Jeff >>