PDA

View Full Version : Image display scripts


Steve
05-04-2000, 02:40 PM
I found a great script (Just what I was looking for): http://www.a1javascripts.com/miscellaneous/photogallery.html

However, I want to add a input button where a user can type in a number, push a button, and voila, the photo appears on the same page.

Can anyone help me with this? Or is there a javascript already out there that will allow me to do this?

Ian
05-04-2000, 03:46 PM
Hi Steve,
If you want your users to be able to select which image they want to view, have you had a look at this one at A1 JavaScripts. http://www.a1javascripts.com/miscellaneous/imageviewer.html
you can add as many as you require and the user can select the image from the drop down menu. does that help you out any? let us know..

Ian


------------------
ian@123webmaster.com
Head Guide 123Webmaster.com (http://www.123webmaster.com)

Steve
05-04-2000, 04:15 PM
I saw that too, but that imageviewer can get unwieldy if you have over fifty pictures...too many pictures to scroll through.
I want something like slideviewer found at: http://www.ginini.com.au/tools/slideviewer/

But configuring the cgi is too hard. Javascript seems a little easier...

I need to find out how I can use the INPUT QUERY button in conjuction with the INPUT TEXT field to display the proper image that user wants to see.