|
Posted by julian_m on 07/18/06 19:47
I've, inside an html page, an image which is created through a php file
:
<img src="<?php echo 'captcha.php'; ?>">
file captcha.php, sends
header("Content-type: image/png");
All works fine, but I need to reload the image (a new captcha code
should be generated) without reloading the enitre page. Are there any
solution? I'll post a similar question in javascript forums
I'm working on a "post comment" form using ajax.
regards - julian
Navigation:
[Reply to this message]
|