Hi there.
In my code, I do:
...
main.document.open(), main is a frame
...
main.document.write("<input type=text name=t">
....
main.document.close();

After this I call a funcion that does:
....
main.document.t.value="hello";
...

But it doesn't work on Mozilla.

It works on IE, and Netscape.

Thanks for your help.
Fred



Reply via email to