document.all

They have: 297 posts

Joined: Apr 1999

Hey,

how would you reference this in IE:
layer = document.layers.rechner.document.forms.calc

This doesnt work:
document.all.calc

Thanx,

Malte

------------------
Malte Ubl - www.Boardzilla.org
Communication: public<->programmers
of the Boardzilla BB

John Pollock's picture

He has: 628 posts

Joined: Mar 1999

Do you have the full code posted someplace, I might be better able to see what you are after that way.

Might try:

document.all.forms.calc

but I can't say that will do it without seeing everything.

They have: 297 posts

Joined: Apr 1999

Works now. My IE decided no longer to support JavaScript, but it works on IEs on different Machines. Damn Microsoft.

Thanks anyway,

Malte

------------------
Malte Ubl - www.Boardzilla.org
Communication: public<->programmers
of the Boardzilla BB

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.