There are several ways. One way is to have an <iframe> to hold your
chart, have some Javascript that refreshes it when the user hits <submit>.
Another way is to use something like AJAX to fetch the file name, and
modify the <img> tag on the fly to insert the new filename.
--
Tim Roberts, ti...@probo.com
Providenza & Boekelheide, Inc.
dimitri pater wrote:
> Any idea? Your help is appreciated!
There are several ways. One way is to have an <iframe> to hold your
chart, have some Javascript that refreshes it when the user hits <submit>.
Another way is to use something like AJAX to fetch the file name, and
modify the <img> tag on the fly to insert the new filename.