Mar 3rd, 2009, 12:37 PM
Hi Ben,
Thanks for your response.
I don't think this'll work on my script. As my button is just a text button and not the normal HTML submit button. It also comes with a javascript snippet as follows:
And this is the text submit button code:
Could there still be a solution to this using your validation script? If not, it doesn't really matter.
Regards,
Tony
Thanks for your response.
I don't think this'll work on my script. As my button is just a text button and not the normal HTML submit button. It also comes with a javascript snippet as follows:
Code:
<script language="JavaScript" type="text/javascript">
<!--
function getguide ( selectedtype )
{
document.supportform.supporttype.value = selectedtype ;
document.supportform.submit() ;
}
-->
</script>
And this is the text submit button code:
Code:
<a href="javascript:getguide('Submit')" class="submitemailguide">
Could there still be a solution to this using your validation script? If not, it doesn't really matter.
Regards,
Tony