Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Submit Stopped working - Webbot issues

Status
Not open for further replies.

jkiser

MIS
Jun 10, 2003
16
0
0
US
We have numerous support sites that users can fill in their info and hit submit and send an email.

This worked great til last week - we go through a third party vendor that hosts this site. After emailing them - they changed their info that you can send mail directly to the mail server and must send to an SMPT instead. Simple fix right? no - no where in the code for the submit does it mention anything about the server name that it is pointing to or how to change it. The only thing listed is our support email address that is in the submit button properties.

The post method only has information about the webbot - where do you edit that info???

here is the code

<form method=&quot;POST&quot; action=&quot;_derived/nortbots.htm&quot; onSubmit=&quot;location.href='_derived/nortbots.htm';return false;&quot; webbot-onSubmit webbot-action=&quot;--WEBBOT-SELF--&quot;>


help
 
Their change should not effect your forms, btw. The SMTP informtion for the FrontPage Server Extensions must be configured in the FrontPage Server Administration. What version server extensions are running? Most hosting companies do not extend this much of the administration to the remote user - so the SMTP info for the FrontPage server extensions must be configured by the tech support for your hosting company. It is not something configured in the code on the form page.

HTH
Tiffany

Microsoft MVP - FrontPage
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top