D
dispatch
I want to create a button that, when clicked, will load a picture from
our website based on information located within the current record.
The current record will have a unique item code and the image file
will have a standard name and location. All the image files will be
located in a place like www.oursite.com/images/itemcode.jpg
All the image files will be named according to this format:
itemcode.jpg
I would like the button click event to load the correct image based on
the itemcode variable. How would i do this?
our website based on information located within the current record.
The current record will have a unique item code and the image file
will have a standard name and location. All the image files will be
located in a place like www.oursite.com/images/itemcode.jpg
All the image files will be named according to this format:
itemcode.jpg
I would like the button click event to load the correct image based on
the itemcode variable. How would i do this?