943,553 Members | Top Members by Rank

Ad:
You are currently viewing page 2 of this multi-page discussion thread; Jump to the first page
Jun 30th, 2005
0

Re: AJAX : Am i right with the concept?

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
Reputation Points: 10
Solved Threads: 0
Junior Poster
hbmarar is offline Offline
187 posts
since Apr 2005
Dec 31st, 2006
0

Re: AJAX : Am i right with the concept?

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. .....
Reputation Points: 10
Solved Threads: 0
Newbie Poster
nemo5 is offline Offline
6 posts
since Dec 2006

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in JavaScript / DHTML / AJAX Forum Timeline: Request for javascript based editor
Next Thread in JavaScript / DHTML / AJAX Forum Timeline: Help about AJAX.





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC