request form component problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to make a request form and everything works fine. The problem is
that I see [FrontPage Save Results Component] in black letters on the page.
In the code, I see <strong>[FrontPage Save Results
Component]</strong><!--webbot bot="SaveResults" endspan i-checksum="6561" -->
If I try to delete <strong>[FrontPage Save Results Component]</strong>in
the code, I get a box pop up telling me that "the contents of a frontpage
component have been modified. These contents will be overwritten when you
save this page".

How do I get rid of this? Thanks!!
 
Susan said:
I am trying to make a request form and everything works fine. The problem
is
that I see [FrontPage Save Results Component] in black letters on the
page.
In the code, I see <strong>[FrontPage Save Results
Component]</strong><!--webbot bot="SaveResults" endspan
i-checksum="6561" -->
If I try to delete <strong>[FrontPage Save Results Component]</strong>in
the code, I get a box pop up telling me that "the contents of a frontpage
component have been modified. These contents will be overwritten when you
save this page".

How do I get rid of this? Thanks!!

The message "the contents of a frontpage component have been modified...."
happens when you change the code (intentionally or otherwise) that Frontpage
generates i.e the webbots, and also the ASP code from the database wizards -
it will revert back to what FP generated.

The [FrontPage Save Results Component] error is coming up because you need
to run the page on a frontpage enabled server, and for some reason is not
identifying that the form component extensions are activated on the server.


That's the explanation I can come up with.
 
Back
Top