Click to See Complete Forum and Search --> : Java Picture Gallery Help


HKRS CLAN
09-06-2003, 05:19 PM
i want to create an offline webpage dispalying a whole bunch of pictures but to display them all full size and with javascript NOT html-->
(STUPID HTML CODE----IE: <IMG SRC=D:/1.jpg>
and so on and on until i get tired of writing img src 200 times)
no....i need a java to do this...
below info might help:
---------------
1.
ALL gallery pics are found in:
D:\Program Files\Canon\ZoomBrowser EX\Image Library One\ALL\

------------
2.
all types of pictures are used
---------------
3.
pic should not be shown if non-viewable in script
-----------------
4.
pics should be all shown in ACTUAL SIZE
-------------
5. post ideas below.....thanks
----------------------------------

GavinPearce
09-07-2003, 10:55 AM
If I understand you right you would need a server sided script rather than a client base on like JavaScript. JavaScript (client side) can't view out the browser, and PHP (server side) I doubt will run on your harddrive so IM kinda stuck of what to offer. Soz.