which language most suitable for working with cookies and inner page structure with ajax?
thanks
which language most suitable for working with cookies and inner page structure with ajax?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Unless I’m completely misunderstanding the question, the only suitable language is Javascript, that being what the J in AJAX stands for.
Now, there are some web frameworks that allow you to do AJAX at a higher level, by mapping something else into javascript. Nitrogen, for example, claims to facilitate “Brainlessly Easy AJAX” in Erlang. However, at the end of the day, it’s all javascript.