AJAX : Am i right with the concept?

Please support our JavaScript / DHTML / AJAX advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Reply

Join Date: Apr 2005
Posts: 183
Reputation: hbmarar is an unknown quantity at this point 
Solved Threads: 0
hbmarar's Avatar
hbmarar hbmarar is offline Offline
Junior Poster

Re: AJAX : Am i right with the concept?

 
0
  #11
Jun 30th, 2005
hi,

Thanks for I could really use this one and I think though the view went in foavour of avoiding it :
I came across two stmts. that I am adding as a //comment here...I might be wrong, if so please correct me.
1* . Need to submit the contents without page reload.
2* . I believe with php and javascript the frames has become outdated.
3* . AJAX is said to be supportted by IE 5.5, Mozilla/Firefox, Safari 1.2, Opera 7 (says testament of the advantages of incorporating it.

Well, I am satisfied with the using with forms where already my application for every database entry reload needs a refreshing.May be I was un conventional in approach.

May be , I have made my application less jammer to the server and more easiness to functioning.

Thanking you for a lot of informatin, alternatives and merits and demerits of AJAX (which I was just curious about) and promise to get a ride your way too.....

Harish Balakrishnan Marar
Reply With Quote Quick reply to this message  
Join Date: Dec 2006
Posts: 6
Reputation: nemo5 is an unknown quantity at this point 
Solved Threads: 0
nemo5 nemo5 is offline Offline
Newbie Poster

Re: AJAX : Am i right with the concept?

 
0
  #12
Dec 31st, 2006
What makes a difference between ajax and iframe approach is the use of dom model. Ajax takes this as one of it's base concepts.

This same goes for the original question - use dom to add/remove the elements you would like to display:
JavaScript / DHTML / AJAX Syntax (Toggle Plain Text)
  1. var input=document.createElement("input");
  2. input.setAttribute("type","text");
  3.  
  4. .....
For a man without a destination no wind is favourable

http://www.vydavatelstvo-f.sk
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the JavaScript / DHTML / AJAX Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC