473,569 Members | 2,481 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

submit form help

3 New Member
I am trying to use a submit form at no luck. When you hit submit and check the mail it doesent come. Here is the code please help



<form method="POST" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResult s" S-Email-Format="TEXT/PRE" S-Email-Address="recsou rce@whereplayma tters.com" B-Email-Label-Fields="TRUE" S-Builtin-Fields -->
<dl>
<dd>&nbsp;</dd>
</dl>
<div style="position : absolute; width: 252px; height: 87px; z-index: 1; left: 50px; top: 281px" id="layer1">
Installation Type
<p><input type="radio" name="MessageTy pe" value="Commerci al" checked>Commerc ial&nbsp;&nbsp; &nbsp;&nbsp;&nb sp;&nbsp;&nbsp;
<input type="radio" name="MessageTy pe" value="Resident ial">Residentia l</div>
<p>&nbsp;</p>
<dl>
<dd>&nbsp;<di v style="position : absolute; width: 100px; height: 190px; z-index: 2; left: 4px; top: 380px" id="layer2">
Comments
<p><textarea name="Comments" rows="9" cols="37"></textarea></div>
</dd>
</dl>
<p>&nbsp;</p>
<dl>
<dd>
<div style="position : absolute; width: 308px; height: 336px; z-index: 3; left: 5px; top: 26px" id="layer3">
Contact Information<dl>
<dd>
<table>
<tr>
<td>Name</td>
<td>
<input type="text" size="29" maxlength="256" name="Name0"></td>
</tr>
<tr>
<td>Address</td>
<td>
<input type="text" size="29" maxlength="256" name="Addressl0 "></td>
</tr>
<tr>
<td>City</td>
<td>
<input type="text" size="29" maxlength="256" name="City0"></td>
</tr>
<tr>
<td>State&nbsp; &nbsp;&nbsp;&nb sp;&nbsp;&nbsp; &nbsp;&nbsp;
</td>
<td>
<input type="text" size="29" maxlength="256" name="State0"></td>
</tr>
</table>
<table width="297">
<tr>
<td width="52">Zip& nbsp;&nbsp;&nbs p;&nbsp;&nbsp;& nbsp;&nbsp;&nbs p;&nbsp;
</td>
<td>
<input type="text" size="29" maxlength="256" name="Zip1"></td>
</tr>
<tr>
<td width="52">Phon e</td>
<td>
<input type="text" size="29" maxlength="256" name="Phone1"></td>
</tr>
<tr>
<td width="52">Fax& nbsp;&nbsp;&nbs p;&nbsp;&nbsp;& nbsp;&nbsp;&nbs p;&nbsp;&nbsp;
</td>
<td>
<input type="text" size="29" maxlength="256" name="Fax1"></td>
</tr>
<tr>
<td width="52">Emai l&nbsp;&nbsp;&n bsp;&nbsp;&nbsp ;&nbsp;
</td>
<td>
<input type="text" size="29" maxlength="256" name="Email1"></td>
</tr>
</table>
</dd>
</dl>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</div>
&nbsp;</dd>
</dl>
<div style="position : absolute; width: 298px; height: 33px; z-index: 4; left: 8px; top: 591px" id="layer4">
<p align="center"> <input type="submit" value="Submit"> &nbsp;&nbsp;&nb sp;&nbsp;&nbsp; &nbsp;&nbsp;
<input type="reset" value="Clear Form"></div>
<p>&nbsp;</p>
</form>
<h5>&nbsp;</h5>
Sep 25 '06 #1
2 2633
ronverdonk
4,258 Recognized Expert Specialist
Looks to me this code is created using a package such as Frontpage or alike.
This form is submitted to a routine named WEBBOT SELF. These webbot inclusions are usually also created by your webpage program. You probably made an error in one of that program's form definitions.
[HTML]<form method="POST" action="--WEBBOT-SELF--">[/HTML]
Since that routine most probably does not exist, submission will give you a 404 error. You need the routine specified in the "action=" attribute of the form statement to handle the form.

Ronald :cool:
Sep 27 '06 #2
Robert Smith
3 New Member
Looks to me this code is created using a package such as Frontpage or alike.
This form is submitted to a routine named WEBBOT SELF. These webbot inclusions are usually also created by your webpage program. You probably made an error in one of that program's form definitions.
[HTML]<form method="POST" action="--WEBBOT-SELF--">[/HTML]
Since that routine most probably does not exist, submission will give you a 404 error. You need the routine specified in the "action=" attribute of the form statement to handle the form.

Ronald :cool:
Thank You so much that helped alot
Sep 27 '06 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

5
3677
by: Bruce Duncan | last post by:
I can't seem to figure our why this doesn't work. I don't get any errors, it just doesn't submit. Can anyone shed some light. <?PHP $var1 = "http://localhost/php/index.php"; $varx = "bruce"; echo "<form name='formx3' method='post'><input type='text'><input type=button value=go onclick=document.formx3.action='".$var1."';...
2
4886
by: Margaret Werdermann | last post by:
Hi all: I'm having a nasty time with a particularly difficult piece of code and was hoping someone might be able to help me. I have a FormMail form that originally worked perfectly. Then, I had to add a JavaScript function to the Submit button to make a server function run when the form was submitted. Unfortunately, this JavaScript...
15
2539
by: JR | last post by:
Hi. I hope someone out there who is more versed with JavaScript than I can help me with the following annoying problem. Here's the problem. I have a form with the following layout: Column A Column B Column C data 4 radio buttons more data .... ... ...
6
2734
by: charlie_M | last post by:
I figured out via various help from this forum... EXAMPLE: onClick="document.forms.MYBUTTON.value='SIMPLE';document.forms.submit()" In my CGI I see "MYBUTTON" = "SIMPLE" and this works fine.... except that the element MYBUTTON must exist as a hidden field.
4
4923
by: gimme_this_gimme_that | last post by:
Hi, This is sort of a : How to build a Yes/No dialog box qquestion. Or perhaps a question about getting javascript variables from a pop-up window and processing them on a submit. This is what I'd like to have happen :
9
1959
by: Eric George | last post by:
Hi, Has anyone had any success using jscript submit method in their VS.NET projects? For example I have some client processing in a script function then call <form name>.submit(); This won't work. It does however work in a hand coded html or aspx page.
5
17687
by: Navillus | last post by:
Hey gang, I have a login form that is empty by default, but can be filled with values from a previous form: <input type=text maxlength="40" size="40" name="user" value="`usr`"> <input type=password maxlength="8" name="password" value="`pss`"> where usr and pss are sent from the previous form.
12
6923
by: Daniel Klein | last post by:
I'm pretty new at php and web stuff so please be gentle with me. I'm trying to get a form to submit when the user presses the Enter key. I do not want to use javascript. I've googled this to death and cant find the answer (only hints), except on the 'Experts Exhange' page and you have to pay to get the answer :-( Why is this such a secret...
4
5498
by: j1dopeman | last post by:
Hi, I'd like to use a button to save and then submit a form. I can set the onlick of the button to mahButton_click or submit, but I can't figure out how to do both. It looks like c# can't call a form's submit. I've found how to post programatically, but I need to use the form's target attribute so that the response goes into another...
4
3246
by: vunet | last post by:
Hello, My HTML form submits some values to a hidden iframe. However, this is done for file upload fields only. After file uploading is finished I am using this form to submit all other data (inputs, textareas, etc.) normally. The file upload mechanism is structured in the way that it sets form's enctype (multipart) and target to iframe...
0
7618
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7926
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8132
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
0
7982
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6286
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5514
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5222
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3644
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1226
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.