AJAX support needed!

Discussion of programming on Linux, including shell scripting, perl, python, c/c++, mono, java. Whatever tickles your fancy.
Post Reply
hammadtariq
Lance Naik
Posts: 20
Joined: Mon Feb 20, 2006 7:00 pm

AJAX support needed!

Post by hammadtariq »

Did anyone know overhere that how javascript handels the response back?? I learned how to send request..but again want to use the response and re-format it...also how javascript gets the value of a input field by document.formname.formfield .. how it gets the value which is in query string of that page?

Please let me know if any one has the knowledge. If anyone want to know what I have learned in past 3 hrs.. I am here :)
I am de Game and de Game is Over!
lambda
Major General
Posts: 3452
Joined: Tue May 27, 2003 7:04 pm
Location: Lahore
Contact:

Post by lambda »

an easy solution to your problem: use prototype.js. grab the .js file, include it in your page. it will help you with much more than just ajax. its documentation is here and here.

a tool that will help you debug ajax and javascript code is a firefox extension named firebug (available here).
hammadtariq
Lance Naik
Posts: 20
Joined: Mon Feb 20, 2006 7:00 pm

Post by hammadtariq »

thanx lambda for the resources :)
I am de Game and de Game is Over!
Post Reply