is it possible to reload only a <dtml-var value> without reloading an entire page ??????????? if yes, how?? plz help ;) Luc TONIN ------------------------------ Développeur Web ------------------------------ Multithématiques http://www.multithematiques.com Chaines thématiques sur câble et satellite Canal Jimmy, Cinecinemas, Cineclassics, Planete, Forum, Season, Wishline, Centre Jean Monet 03 82 24 00 42 Longlaville +333 82 24 00 42 54400 Longwy
Luc Tonin wrote:
is it possible to reload only a <dtml-var value> without reloading an entire page ???????????
...nice question marks ;-) ...not nice posting HTML to a plain text only list. The answer is no anyway. A page is completely assembled on the server side before being sent to the client. So, if a value changes in a dtml-var, then you need to resend the enite page to the browser. This is the way HTTP works and so there's nothing Zope-specific about not being able to do this. cheers, Chris
Chris Withers wrote:
Luc Tonin wrote:
is it possible to reload only a <dtml-var value> without reloading an entire page ???????????
...nice question marks ;-)
...not nice posting HTML to a plain text only list.
The answer is no anyway. A page is completely assembled on the server side before being sent to the client. So, if a value changes in a dtml-var, then you need to resend the enite page to the browser.
With the exception of possibly using JavaScript. If you're wanting to reload something that a DIFFERENT CLIENT has changed, sorry. -- Tim Cook -- Cook Information Systems | Office: (901) 884-4126 8am-5pm CDT Free Practice Management | http://FreePM.org Censorship: The reaction of the ignorant to freedom.
participants (3)
-
Chris Withers -
Luc Tonin -
Tim Cook