Hi!
I give a solution in the french newsgroup.
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list
In fact, whatever I do in "infoSystem" (modifiying style attributes of
an object, change cursor appearance...), changes are only reflected
at the end of the function call ...
Salvatore a écrit :
> Hello,
>
> I encounter a display problem in one of my script
>
> ...
> ...
> def setValue(divid,
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('tab