Form Undefined error

G

Guest

Does anyone know what this error means and how to fix?


Line: 10
Char: 1
Error: 'FrontPage_Form1' is undefined
Code: 0

Thanks.
 
S

Steve Easton

That's a javascript error alert telling you that FrontPage_Form1 has not been defined as a
variable or object in the javascript on the page.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 
M

MD Websunlimited

Hi Jeff,

I normally means that you've rename a form that was being used by a JavaScript routine supplied by FP or a third party. Change the
forms name and everything should work.
 
G

Guest

How do I define it as a variable?

Steve Easton said:
That's a javascript error alert telling you that FrontPage_Form1 has not been defined as a
variable or object in the javascript on the page.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 

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

Top