I have a short script that reads a file and renders it a format that is print ready.
I have on slight problem.. Within the original asp script the area of display text uses a function to pull a random image from a bank of images.
when rendering in print version the function get displayed as text, which is viewable on screen.
Is there a way to run a piece of code from a text stream, i have run a google and nothing has really turned.
If I can't then I want to remove the random image completely, however because of the script delimiters the print page bombs out, when i try to replace it with nothing
below is the img tag that I would like to either render or strip out
<img src="<%= RandomImage("") %>" alt="Random Image" align="<%= random_leftright()%>" hspace="10" vspace="10">
cheers
Nick
I have on slight problem.. Within the original asp script the area of display text uses a function to pull a random image from a bank of images.
when rendering in print version the function get displayed as text, which is viewable on screen.
Is there a way to run a piece of code from a text stream, i have run a google and nothing has really turned.
If I can't then I want to remove the random image completely, however because of the script delimiters the print page bombs out, when i try to replace it with nothing
below is the img tag that I would like to either render or strip out
<img src="<%= RandomImage("") %>" alt="Random Image" align="<%= random_leftright()%>" hspace="10" vspace="10">
cheers
Nick