Webmaster Computer Resources Help And Learn To Earn Ideas!
This is my issue . I am using forms to generate leads but I get a high volume of people how do not leave a phone #. My qustion is how do I use Html or Frontpage 2003 to require date to be placed in that field?
Comments (2)
go to help menu
You’re going to have to use a little bit of javascript to verify this. An example of this is below:
function validate(){ if (document.form1.phone.value.length
You must be logged in to post a comment.
Welcome to WebmasterTechs.com, your source for great webmaster resources and tips! Enjoy the site!
September 3rd, 2007 at 1:19 am
go to help menu
September 5th, 2007 at 1:14 pm
You’re going to have to use a little bit of javascript to verify this. An example of this is below:
function validate(){
if (document.form1.phone.value.length