Hello, I encounter a display problem in one of my script
... ... def setValue(divid,data): elt = document.getElementById(divid) elt.innerHTML = data def infoSystem(): setValue("info","Please Wait") #update div "info" c = os.popen(cmdDisk%Server).read() setValue('tabcentre',c) ... ... When I call 'infoSystem', the 'info' div is only updated at the end of the 'infoSystem' call. Did someone have an explication of that behavior ? Regards Salvatore -- http://mail.python.org/mailman/listinfo/python-list