HTML Validation problem with FrontPage Form

R

rfr

FrontPage 2003 inserts this line of code into my HTML
=========================================
<form method="POST" action="_vti_bin/shtml.exe/orderform.htm" onSubmit=""
webbot-action="--WEBBOT-SELF--">
=========================================

To which the WDG HTML validator reponds
==================================
Line 79, Column 88: there is no attribute "WEBBOT-ACTION"
==================================

How do I get HTML documents that use FrontPage 2003 Forms to validate?

Regards,
Bob Rohrer
 
A

Andrew Murray

rfr said:
FrontPage 2003 inserts this line of code into my HTML
=========================================
<form method="POST" action="_vti_bin/shtml.exe/orderform.htm" onSubmit=""
webbot-action="--WEBBOT-SELF--">
=========================================

To which the WDG HTML validator reponds
==================================
Line 79, Column 88: there is no attribute "WEBBOT-ACTION"
==================================

How do I get HTML documents that use FrontPage 2003 Forms to validate?

Regards,
Bob Rohrer
The references to "Webbot" indicate you're using the Frontpage (Server
Extensions) form handler, which is not strictly W3C standards code.

FYI, a lot of the FP web bot features tend to be "IE only" and fail or
degrade when viewed in other browsers, and especially on other platforms
such as MacOS or Linux (even with IE on those systems, it may not always
work) - the Photo Gallery in FP is notorious for working only in IE for
Windows (at least, not guarantee to work in other browsers/platforms);
others with similar problems include WordArt and the VML drawing tools.
 

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