i am creating a page where i need to call a script (asp) file to combine several images into 1 image on the fly. i am going to use something like this to display the result:
If your trying to call a code from a different file, ASP does not support includes. If your heart is set on using a dynamic include, PM me, I have some code which will allow you to do so. Otherwise, your going to want to create a function on the same page to return the edited image(s), and Im not sure you can call it inside a img src tag anyways.
Well, i already use a dynamic image scr for my logo (i have included it on this post) that writes back to the <img> in binary. I just don't have the knowledge of the graphic functions that vb script has. I am more a technical programmer than a graphic programmer.
in the included file:
to get this file to work, just use the following image tag