Hi All,
plz help me if you have any idea abt AJAX, bcz its my client requirement for that i have to develop the notes application throgh AJAX, plz tell me how i use this in my application,
thanx & regard
Zubair A Khan
Hi All,
plz help me if you have any idea abt AJAX, bcz its my client requirement for that i have to develop the notes application throgh AJAX, plz tell me how i use this in my application,
thanx & regard
Zubair A Khan
Subject: how to use AJAX
(This is not a text messaging forum. There are many people reading this forum for whom English is not their primary language, and English spelling is already difficult enough to master without having to decode things like “plz” and “bcz”. So please, try to avoid that. Thanks!)
As far as AJAX goes, you can get a start with the collection of links I have posted here
http://www.rhs.com/poweroftheschwartz/htdocs/LotusDominoAjax.htm
Unfortunately, those links are old and I haven’t had time lately to update that page. There’s a lot of new information out there, particularly from the folks who are working with toolkits instead of hand-crafting everything, but like I said… it can get you started.
-rich
Subject: RE: how to use AJAX
Obviously, this is a lost case. Anyway, thanks for making the point. For non-native speakers like myself this really is a pain in the … ear.
I can only speak for myself, but whenever I get the impression, that decrypting a posting might take longer than actually answering it, I usually just walk away silently.
Subject: RE: how to use AJAX
Thankx Richard for guide to me not use misspelled world, i will always remember this
have u any link please give me so that i should solve my problem
thanx & regards
zubair a khan
Subject: how to use AJAX
Ajax --we use generally in the case of web projects…
suppose…take 1 combobox and 1 text field…If i select the combobox value ,the related data should be displayed in the text field,In generall with out ajax code ,the entire page gets refreshed and displays the value in the text field,if you change the value in the combobox ,the page gets refreshed again,so to avoid this we use the ajax functionality…
***Brief me your application…such that i can send you more details…