ewiget
Admin
 Admin
| Posts: 171 |  | Karma: 2
|
_derived/nortbots.htm error - 2007/03/17 18:51
If you get a "_derived/nortbots.htm" file not found error on our servers:
You will get this error if you publish a disk-based web from your computer to our server, when submitting a form to e-mail form, or using the Save Results Bot.
To fix, open your submission form in FrontPage Editor. Choose the "HTML" tab for FrontPage98 or "View|HTML" for FrontPage97. Remove or comment out the following syntax from the form action command line and save your file.
| Code: |
onSubmit="location.href='_derived/nortbots.htm';return false;"
|
This problem will continue to occur if you are working your web as a disk-based web. You will need to work strictly as a server-based web to keep this syntax from rewriting itself.
You will need to replace the code above to something more like as an example:
| Code: |
<form method="post" action="mailto:your_email_address@domain.com">
<!--<FORM onsubmit="location.href='_derived/nortbots.htm';return false;"
action=--WEBBOT-SELF-- method=POST
webbot-onSubmit> -->
|
Ed Wiget Technical Support http://www.xtremewebhosts.com |