Re: Content DIV update strategy

2010-02-20 Thread Jose A. Corbacho
Finally fixed it as follows: In the main page: Links that have to display contents target "contenDiv" Thanks! On Sat, Feb 20, 2010 at 9:49 AM, Martin Gainty wrote: > > i would suggest including handler attribute e.g. > > > function handler(widget,node) { > node.inne

RE: Content DIV update strategy

2010-02-19 Thread Martin Gainty
i would suggest including handler attribute e.g. function handler(widget,node) { node.innerHtml="new content goes here"; } i would suggest reading and studying XMLHttpRequest for an understanding of Asynchronous Request Model as implemented by AJAX.. Saludos Cordiales, Martin Gainty ___