document.all
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 posted this at 22:16 — 12th January 2000.
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.
Java Script: A Beginner's Guide
Page Resource
Malte posted this at 05:54 — 13th January 2000.
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.