[Ilugc] GET/POST using XMLHttpRequest Object

  • From: mbchandar@xxxxxxxxx (bala chandar)
  • Date: Wed Dec 15 17:16:44 2004

even the entire Google Mail is designed using the Client Cookie, XML
HTTP method. Only there exists the transmission of xml data between
the server and client. as gmail installs a js lib in the client and
uses the cookie to store user info and processes that. there by there
is no need to anonymous data transfer.... in the same way google
suggest is designed i think


On Wed, 15 Dec 2004 17:06:17 +0530, Ramanraj K <ramanraj@xxxxxxxx> wrote:



Is there a way to do a partial post or get in web forms?

Could be done using the XMLHttpRequest Object.
http://www.xulplanet.com/references/objref/XMLHttpRequest.html

example:
<script type="text/javascript">
  pg = new XMLHttpRequest();
  pg.open("GET", "test.php",false);
  pg.send(null);
  alert (pg.responseText);
</script>

Google's Suggest makes use of XMLHttpRequest object:
http://www.google.com/ac.js
Mozilla Tinderbox-SeaMonkey uses it to update info.

Balachander, thanks for pointing to the Google Suggest page.

_______________________________________________
To unsubscribe, email ilugc-request@xxxxxxxxxxxxx with
"unsubscribe <password> <address>"
in the subject or body of the message.
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc



-- 
bala> balachandar muruganantham
bala> lynx http://chandar.blogspot.com

Other related posts: