Combine the functions. First do the validation, which will in the end have a return true;. Add the other functions before the return true and it should work.
now then the next one i need the onSubmit function to make this script work. all thsat i need this to do is the function above and i want it to check the subject line to see if it is blank
This part of the JavaScript: if (bDisable) Frm.Submit.disabled=true; return true; }
Could be changed to Frm.Submit.disabled=true; Frm.Submit.value='Please Wait...'; return true; }
That should do the trick. Then you could remove the other onSubmit things from the form tag and when the form is submitted, it disables the submit button and changes the text on it.
Keep a backup of your curent files though as I'm not a JavaScript guru
yes...ok i saw a post soem time ago sayign that when u forget to put a subject in and press submit that u get the error then when u go back it clears all of the message that u typed so in a few days i will realse this on i just made and see how it goes.