Article:
 |
 |
Very Dynamic Web Interfaces
|
| Subject: |
I realize that I'm on XML.com, but.... |
| Date: |
2005-03-29 22:32:16 |
| From: |
w_laks |
|
Response to: I realize that I'm on XML.com, but....
|
|
I got a question. How exactly do you return JS Objects in the response? What should be the document type. My server side php code is simply this:
<?php
echo "{ name: 'Lakshmi' }";
?>
This works but Mozilla keeps spinning forever I guess because it still expects more content or something. IE does not spin and on Opera this does not work at all presumably for lack of a HttpRequest object.
|