function FrontPage_Form1_Validator(this) not generated by FrontPage

  • Thread starter Thread starter Joe
  • Start date Start date
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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top