Jump to content

validation won't trigger...any ideas?


justravis

Recommended Posts

Syntax error on line 39 (= instead of ==)

						if(value==null || value=='')

Syntax error on line 81 (: instead of ; )

							chapter.focus();

Syntax error on line 103 (missing end of if statement)

						if(required(zip, 'Please enter your zip code.')==false)

Syntax error on line 115 (missing end of if statement)

						if(required(ctitle, 'Please enter your title.')==false)

Syntax error on line 57 (dotpos instead of fotpos)

						if(apos<1 || fotpos-apos<2)

 

I think that's all.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.