Disabling a form submit button <input class='formbutton' id="save_new" type='submit' name='submitButtonName' value='Save This Record' onclick="this.value='Saving...'; document.getElementById('save_new').disabled=true;">
This works for Firefox, but on IE its disabling the button before it submits the form.
xmlDoc.load Greets folks. Is it possible to access an external XML file using xmlDoc.load? From what I have seen all of the XML files have been local. So is there a way around this?