MSIE is the bane of the internet
March 28, 2007 6:35 AM
Subscribe
Annoying MIE Javascript/AJAX question:
I'm making an Ajax site and am trying to get it to work with Explorer. It works perfectly in Firefox and Safari but not in Explorer, damn MS and their constant exceptions!
Basically I'm trying to have my javascript read my form without actually putting the form itself into the function.
I'm using javascript to call the following (it's reading a specific form field)
var example= document.forms["theform"].elements["theformfield"].value;
This works very nicely in all other browsers, but not MS! I want to read the form by just giving it the field and form address!
posted by Napierzaza to computers & internet (21 comments total)
posted by cerebus19 at 6:45 AM on March 28, 2007