Posted: Mon Mar 29, 2004 1:24 pm Post subject: Changing the way a picture is selected for framing
Would it be very difficult to replace the URL text box when passing an
> image for framing for a scroll down text box with the names of various art
> prints for framing. Instead of using the full URL, just the image src for
> the images on my site alone.
> Also where do I plug in the source for the default image that is framed
> when you open up the php page to call up an URL and select a frame for that
> URL.. I would like to put one of my prints in this spot
1) You would do that with a HTML multiselect form element (using name="img_url") for the scrolling box. You could set it to show just the image names and pass through the entire image URL in the value="..." field, or you could pass through just the image name and set the script to assume a constant directory for the images on the receiving end.
2) In example.php, there's a default image line if none is specified:
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum