View Single Post
# 3 17-06-2007 , 09:26 AM
publicFunction's Avatar
Senior Software Developer
Join Date: Jan 2005
Location: Livingston, Scotland
Posts: 1,701
<script language=javascript>
function popupmyimage_1 () {
getopen=window.open('gallery/myfirstimage.jpg', 'openitup', 'height=480, width=640');
}
function popupmyimage_2 () {
getopen=window.open('gallery/mysecondimage.jpg', 'openitup', 'height=480, width=640');
}
</script>

This would continue until all the images have the desired code. Then you have to create the table and link each image up to the correct javascript function. Like this...

<table>
<tr>
<td></td><td></td><td></td>
</tr>
</table>

The table above will create a table 1 row along with 3 cells, to add more rows you need to copy the code form the <tr> to the </tr> and paste it under like this...

<table>
<tr>
<td></td><td></td><td></td>
</tr>
<tr>
<td></td><td></td><td></td>
</tr>
</table>

And so on... Continued on next post...


Chris (formerly R@nSiD)
Twitter
When the power of love overcomes the love of power the world will truely know peace - Jimmy Hendrix
Winner SM VFX Challenge 1
3rd Place SM SteamPunk Challenge (May 2007)