|
Posted by flamer die.spam@hotmail.com on 07/18/06 21:53
julian_m wrote:
> 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
No not without refreshing the page, js is the only way, also why do you
have php echo ""; in the image tag, couldn't you just have <img
src="captcha.php"> thats what I do.
Flamer.
Navigation:
[Reply to this message]
|