Hi.
I'm using prototype and Ajax.Updater to update a div tag on my webpage. It is a PHP page that runs backend a just use a simple echo to change the input on the div tag.
The problem is that I now need it update two diffrent tags. Seems it is possible to do that with rico and prototype, but I would prefere doing it without rico since I don't need any other functionality from rico.
So the question is, do anyone know how to update two seperate <div> tags with ajax (and prototype)?
Thanks.