Fred Figueiredo wrote:
> I tryed it and it still doesn't work.
>
> I think the problem, is after da instruction:
> main.document.close();
>
> When I trie to access main.document.getElementById('t').value, it doesnt
> exists yet.
>
> I've put an alert before this last instuction.
> On IE, Netscape and Opera all the HTML is written (and visible on the
> browser), so the instruction "main.document.t.value="t"" works.
>
> But on Mozilla, at the alert break, no html is visible. And the instruction
> main.document.getElementById('t').value="t" isn't executed. Probably because
> the var isn't defined. And this I can't understand why.
>
>
> Can you help me?
> Fred
You might wanna try the DOM Inspector in recent nightlies. Tasks > Tools
> DOM Inspector (no mac version yet).
Ian