function FrontPage_Form1_Validator(this) not generated by FrontPage

J

Joe

I am a C# .Net developer tasked with finding out why someone else's
FrontPage code isn't working.

It appears that the function FrontPage_Form1_Validator is not being
generated by FrontPage. What configuration, setting, ... do I need to
set in order to make FP generate this function?

I may be running into a problem in that I'm using FP 2003 where they
were most certainly using an older version.


Thanks,
Joe
 
S

Stefan B Rusynko

In FP 2003 you just to need to create a form and use validation
- Check Tools Page Options Authoring to make sure JavaScript is enabled, and Tools Site Settings Advanced - for JavaScript for
Client side validation

(the JavaScript is generated on file save so you need to view source in browser to see it)



| I am a C# .Net developer tasked with finding out why someone else's
| FrontPage code isn't working.
|
| It appears that the function FrontPage_Form1_Validator is not being
| generated by FrontPage. What configuration, setting, ... do I need to
| set in order to make FP generate this function?
|
| I may be running into a problem in that I'm using FP 2003 where they
| were most certainly using an older version.
|
|
| Thanks,
| Joe
 
Top