-
Need to write simple program
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!
-
-
Use:
http://www.dynamicdrive.com/dynamici...bodescribe.htm
Substitute your image paths and names for the page paths and names.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks