I have created a page that produces an image,
according to a text field in a form on the same page.
The form has a default value of "Sample", so the first
image you see created is an image of the text.."Sample"
When you submit the form, the image gets reproduced and
overwrites the old image.
My problem is that when the page has finished parsing,
the image has not finished being re-written, and therefore
doesn't show any changes when the page finishes loading.
What I need is for the "new" image to show when the form is submitted.
I've tried a couple javascript image refresh scripts without much luck. I also tried a javascript 5 second pause before the image is refreshed.I also tried a cf pause, but no luck with that either ...
Any ideas ?
according to a text field in a form on the same page.
The form has a default value of "Sample", so the first
image you see created is an image of the text.."Sample"
When you submit the form, the image gets reproduced and
overwrites the old image.
My problem is that when the page has finished parsing,
the image has not finished being re-written, and therefore
doesn't show any changes when the page finishes loading.
What I need is for the "new" image to show when the form is submitted.
I've tried a couple javascript image refresh scripts without much luck. I also tried a javascript 5 second pause before the image is refreshed.I also tried a cf pause, but no luck with that either ...
Any ideas ?