Originally posted by Nat Dickstein: If your form is inside a div-Layer you better use
document.divName.formName.submit();
to make it working in all browsers.
WRONG!
Do not do this!
There is one form object to the page. aka: document.forms divs do not matter, layers do not matter, elements do not matter.
Eric
Bhiku Mhatre
Ranch Hand
Joined: Apr 08, 2002
Posts: 127
posted
0
Hello, document.divName.document.formName.submit(); is needed for SHITscape 4.7. The evil empire(Netscape 4.7) intepreted div as a seperate document. But this approach is not needed for new Generation of netscape browsers.
The difference between winner and loser is making things happen and letting things happen.
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
6
posted
0
My 2 cents:
AS I SAY! Who cares about a browser that has been around since I started coding years ago! It is outdated, it does not support crap. If a business stills says it needs supported, I would laugh at them and say give me $30,000 more a year for that <1% of web users! I think they would see the cost analysis....
Eric
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.