PDA

View Full Version : opening a template in a new window


GLO
05-16-2003, 01:59 AM
Hi,

I am trying to find this script for this code.

<td class="boxForm"> <a href="java script: openModel(65, 'pic01_t.jpg');"><img src="models/65/pic01_t.jpg" hspace="3" vspace="3" border="1"></a> </td></tr></table><br><table width="98%" border="0" cellspacing="0" cellpadding="0" align="center" class="box"><tr><td class="boxTitle">Interview with Nicole Kelly</td></tr><tr><td class="boxForm">

It is from www.speedoptions.com

What it does is, when you click on a thumbnail, it will open a new window with the larger image with a banner above it.

I think it uses a template but i dont know what this script is called?

Can anyone help?
I though javascript only open a new window in this script?
And I assume that php is used to open a template and the mysql is the database of the images.

Could you please have a look at .Speedoptions (http://www.speedoptions.com/articles/3494/) on this link and click one of the thumbnails below.

You will see how it opens up a new window in a template ( with the header/banner and larger image)

It is this code to have a template opened in a new window with a header/banner and larger image, that i am looking for. I know php uses templates but dont know of any javascript that can open up a template.

Any help is appreciated.

beetle
05-16-2003, 02:34 PM
It certainly does use a template of sorts - but not javascript. That page is written in PHP - although this could somewhat be done with javascript.