Re: [PHP] php/ajax question
- From: tedd@xxxxxxxxxxxx (tedd)
- Date: Sat, 30 Dec 2006 16:58:21 -0500
At 12:55 PM -0800 12/30/06, Paul Novitski wrote:
At 12/30/2006 10:56 AM, tedd wrote:Why can't the php script redirect the browser when called via ajax ?
Ajax is giving PHP control over just that byte-stream that ajax is receiving and perhaps inserting into the page, not the full page itself.
Say you use javascript to set the src of an img to a PHP script. When the request is made, PHP redirects to another resource. This will affect only the image object in question, not the HTML page in which the image exists.
Regards,
Paul
Pul:
I'm not sure why, but this is making sense. :-)
I suspected something like that was going on in the background.
Thanks,
tedd
--
-------
http://sperling.com http://ancientstones.com http://earthstones.com
.
- References:
- php/ajax question
- From: tedd
- Re: [PHP] php/ajax question
- From: Paul Novitski
- php/ajax question
- Prev by Date: Re: php/ajax question
- Next by Date: Re: retrieve top n entries from an associative array
- Previous by thread: Re: [PHP] php/ajax question
- Next by thread: Re: [PHP] php/ajax question
- Index(es):
Relevant Pages
|