IT APPEARS THAT ALL PAGES THAT USE guielements ARE NOT HAVING THEIR VALIDATION javascripts EXECUTED.
Voicemail validation javascript is not working when you click submit.
It accepts a password of "asdf" (should warn if not all numeric).
On Firefox 1.5 it fails to pop up a warning on a voicemail password of "adsf" on Internet Explorer 6.0.2800.1106 it flags a javascript error wh
The code looks like it copies document.frm_extensions to theForm. However, tracing the routine shows theForm.vmpwd is not defined (ie pops up javascript error warning).
having the validation routine stuff in "theForm = document.frm_extensions;" as the first thing _inside_ the routine fixes this, as would referencing document.frm_extensions directly or passing it to the routine by reference.