How can I redirect the response to an IFrame?
A:
. . . not totally sure what your trying to do, but you normally control the source of an iframe through javascript
Bob Dizzle
2008-09-16 14:26:18
+1
A:
Do you mean from the server-side? - You can't!
You'll have to do it on the client side.
Say, use a javascript that sends an AJAX request and then embed your response information in the AJAX response. And have the javascript read the response and changes the page in the intended frame accordingly
chakrit
2008-09-16 14:27:02