in reply to CGI sftp callback progress meter(?)

The following will edit (if I got the syntax right) the text a <SPAN> with id my_span:
print("<script>my_span.innertext = \"Wrote $offset bytes of $total\";< +/script>\n");

Replies are listed 'Best First'.
Re^2: CGI sftp callback progress meter(?)
by ChipmunkCHeeks (Initiate) on Dec 19, 2005 at 19:29 UTC
    This works great in IE, but not in Netscape or Firefox.
    Any other suggestions?