bramptonmt
07-09-2005, 12:56 AM
How do I write a program for this one?
Text box [user enters a number] [click ok]
[OK] then accesses the images from the path as below (for example)
C:\myfolder\1_pic.jpg
C:\myfolder\2_pic.jpg
C:\myfolder\3_pic.jpg
C:\myfolder\4_pic.jpg
..
..
C:\myfolder\n_pic.jpg
(I can change the path to web address or image on the web if i have a program).
These images are then displayed on web browser.
For example, when user enters 1 and clicks OK then the script generates C:\myfolder\1_pic.jpg and displays the image 1_pic.jpg on the browser!
Thanks!
Text box [user enters a number] [click ok]
[OK] then accesses the images from the path as below (for example)
C:\myfolder\1_pic.jpg
C:\myfolder\2_pic.jpg
C:\myfolder\3_pic.jpg
C:\myfolder\4_pic.jpg
..
..
C:\myfolder\n_pic.jpg
(I can change the path to web address or image on the web if i have a program).
These images are then displayed on web browser.
For example, when user enters 1 and clicks OK then the script generates C:\myfolder\1_pic.jpg and displays the image 1_pic.jpg on the browser!
Thanks!