I have a list of images that I wish to display depending on an action. Simple hur? Well not exactly, i don't want to setup loads and loads of image placeholders and hide or unhide depending on the action - too many.
What I want is to dynamically display, say a file reference (c:\image1.bmp) on the page for one action and maybe (c:\image2.bmp) for another - is this possible.
I've heard some talk about using Html, write out to file with variable name etc. but this means using the brower window.
Can anyone think of another way - i.e. one image placeholder and mulitple images depending on action.
Cheers
What I want is to dynamically display, say a file reference (c:\image1.bmp) on the page for one action and maybe (c:\image2.bmp) for another - is this possible.
I've heard some talk about using Html, write out to file with variable name etc. but this means using the brower window.
Can anyone think of another way - i.e. one image placeholder and mulitple images depending on action.
Cheers
Comment