onSubmit client catalog script issue to stop submitting the form based on GlideAjax XML response
Hello, I have a requirement where I need to submit form based on the response from GlideAjax XML response in catalog client script. Here is my code :function onSubmit() { alert(g_form.getValue('type_of_ser')); if(g_form.getValue('type_of_ser') ==...
