views:

42

answers:

1

Hi, which language most suitable for working with cookies and inner page structure with ajax? thanks

+1  A: 

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.

Paul Butcher