Ask a Question related to Dreamweaver AppDev, Design and Development.
-
slj14 #1
Firefox form validation
I am getting an error in Firefox for a form I have created. The form has two
fields in it that can only have numbers between 200 and 2000. I use Dreamweaver
to generate the code that validates the form which is:
onsubmit='MM_validateForm('height','','NinRange200 :2000','width','','NinRange200
:2000');return document.MM_returnValue' This is supposed to work in 4+
browsers but it doesn't work with Firefox or Netscape. I really need a fix for
this if anyone can help that would be great. Thanks
slj14 Guest
-
Form Validation - Can this be done?
I have a form with several dropdown menus. One dropdown menu has two options yes - no Depending on which option is selected, i want the following... -
CFFORM Validation trumping Custom Form Validation
Is there any way for custom form validation to work in concert with the cfform validation? I have a custom script that compares the values of two... -
Form Validation
Hi all, I am using form validation to authenticate users. In the web config file I secure a page that has only the following statement:... -
form validation in asp.net
I want to verify that a email has been entered in a simple asp.net form that is being sent as an email. I found the RequiredFieldValidator Tag is... -
copy and paste form RTF document into field in asp form cause it to bypass field length and javascript validation - how to overcome?
I have a web form with several fields. If I copy & paste from a RTF document into a field, the javascript validation and field length are bypassed...



Reply With Quote

