gmoulliet Posted November 1, 2004 Posted November 1, 2004 (edited) Will some one take a look at this code and tell me if there is an error. After the page is published and you visit it on the web, when you click "submit", a password box pops up. But I did not passwrod protect it. ><form method="POST" action="--WEBBOT-SELF--" onSubmit="location.href='_derived/nortbots.htm';return false;" webbot-onSubmit name="Send -A- Comment"> <!--webbot bot="SaveResults" s-email-format="TEXT/PRE" s-email-address="webmaster@mproductions.com" b-email-label-fields="TRUE" b-email-subject-from-field="FALSE" s-email-subject="Send -A- Comment" s-builtin-fields startspan --><strong>[FrontPage Save Results Component]</strong><!--webbot bot="SaveResults" endspan i-checksum="6561" --><div align="left"> <table border="0" cellspacing="1" width="104%" id="AutoNumber6" height="127"><tr> <td width="23%" align="right" height="35"><font face="Arial" size="1">Your Name: </font></td> <td width="77%" height="35"> <input type="text" name="NAME" size="30" tabindex="1" style="font-family: Arial; color: #000000; font-size: 10pt"></td> </tr> <tr> <td width="23%" align="right" height="33"><font face="Arial" size="1">Your Email: </font></td> <td width="77%" height="33"> <input type="text" name="EMAIL" size="35" tabindex="2" style="color: #000000; font-family: Arial; font-size: 8pt"></td> </tr> <tr> <td width="23%" align="right" height="50"><font face="Arial" size="1">Your Comments: </font></td> <td width="77%" height="50"> <textarea rows="4" name="COMMENTS" cols="60" tabindex="3" style="font-family: Arial; color: #000000; font-size: 8pt"></textarea></td> </tr> </table> </div> <p align="center"><input type="submit" value="Submit" name="submit" style="color: #800000; font-family: Signboard; font-size: 8pt"> <input type="reset" value="Reset" name="reset" style="color: #800000; font-family: Signboard; font-size: 8pt"></p> </form> Thanks Edited November 2, 2004 by TCH-Dick Quote
gmoulliet Posted November 2, 2004 Author Posted November 2, 2004 I can't seem to get my FrontPage created form to work on my Subdomain webpage. I created it the same way I always do but when a visitor clicks 'submit' they get a pop-up requesting a user name and a password. I didn't password protect anything so I'm confused. Is there a step that I am missing here? Any help would be great. Thanks Quote
TCH-Don Posted November 2, 2004 Posted November 2, 2004 Wish I could help, but I do not use FP In looking at your form above, I see the e-mail address is there for spambots to harvest. Have you thought about trying a php form that hides your address. One I see recommended a lot and its small and easy to use. Dodosmail Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.