PDA

View Full Version : In need of help


grubdub
11-26-2007, 01:42 PM
hi ... im in need of help with a fairly simple project.. im happy to pay for someones time if they can assist me please?

I have a page where i have a thumbnail of an image which when clicked opens the full image in the default viewer.. i need some way of recording in a variable .. preferably by a radio button maybe the name of the file and then record all the names of the files selected on a 'basket type' page for later printing..is this difficult to do ?

many thanks

shaun

azmanar
11-27-2007, 01:29 AM
Hi,

My assumption of your process flow is as follow:

PAGE 1:
1. A page having a number of thumbnails is displayed
2. A double-click on a thumbnail will display the image in its default viewer
3. The page has a radio-button with these option:
>>> Radio 1 : Record all shown images ( on default viewers ) in Print List
>>> Radio 2 : Listing not required
4. A button points to Print List page ( PAGE 2 )

PAGE 2:
1. A list of shown images in text
2. A print button OnClick prints the page

Please correct me if I'm wrong.