Make your own free website on Tripod.com
« June 2012 »
S M T W T F S
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
You are not logged in. Log in
Entries by Topic
All topics  «
Blog Tools
Edit your Blog
Build a Blog
View Profile
:: GUi ::
Monday, 29 March 2004

var current = 0; function imageArray() { this.length = imageArray.arguments.length; for (var i = 0; i < this.length; i++) { this[i] = imageArray.arguments[i]; } } // All images MUST BE OF THE SAME SIZE, since // the dimensions of the first image will be // used for all subsequent images. // All the images for your slide show need to // be stored in a single directory within // Filemanager, so you may have to do some // rearranging. You can use any group and any // number of images. Place your images within // each set of quotation marks below. var imgz = new imageArray("http://gnaime.tripod.com/ibi/viper_ibi_casa","http://gnaime.tripod.com/ibi/cama.JPG"); document.write(''); function getPosition(val) { var goodnum = current+val; if (goodnum < 0) // This message is displayed if your visitor // tries to click back past your first image. // Place your message within the quotation // marks below. alert("You can't go any farther back!"); else if (goodnum > imgz.length-1) // This message is displayed if your visitor // tries to click past your last image. Place // your message within the quotation marks // below. alert("You can't go any farther forward!"); else document.myImages.src = imgz[goodnum]; current = goodnum; } //-->

Posted by gnaime at 2:10 PM BRT



Posted by gnaime at 2:05 PM BRT
Updated: Monday, 29 March 2004 2:07 PM BRT

Newer | Latest | Older