Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Coding Forum


You are currently viewing our Coding Forum as a guest. Please register to participate.
Login



Reply
Recommend Me Form Problem...
Old 12-17-2003, 09:48 PM Recommend Me Form Problem...
KRYPTOR's Avatar
Skilled Talker

Posts: 62
Name: Ray
Location: Illinois
Trades: 0
Well I went too www.whiz-mail.cc
and Rafael said that he would correct
my ACTION problem in my form as below:

<html>
<BODY>
<basefont size=3>
<H2 align="center"><u>Recommend Me!</u><hr></H2>
<form action="http://www.whiz-mail.cc/whiz-mail.php?whiz_id=4506" form method=post enctype="text/plain">
<table border=0 align=center>
<tr>
<td><div align="center"><center><b> Your E-mail Address:</b></td>
</tr>
<tr>
<td><div align="center"><center><input type="text" name="visitor_email" size="48"></td>
</tr>
<tr>
<td><div align="center"><center><small><b>(Please note that you need to type in
the entire e-mail address,<br>such as &quot;username@aol.com&quot;, not just
&quot;username&quot;.)</b></small>
</td>
</tr>
<tr>
<td><div align="center"><center><b>Friends' E-mail Address:</b></td>
</tr>
<tr>
<td><div align="center"><center><input type="text" name="recipient" size=48>
</td>
</tr>
<tr>
<td><div align="center"><center><input type="text" name="recipient" size=48>
</td>
</tr>
<tr>
<td><div align="center"><center><input type="text" name="recipient" size=48>
</td>
</tr>
<tr>
<td><div align="center"><center><input type="text" name="recipient" size=48>
</td>
</tr>
<tr>
<td><div align="center"><center><input type="text" name="recipient" size=48>
</td>
</tr>
<tr valign="top">
<td align="right">
<tr>
<td><div align="center"><center><b>Subject:</b></td>
</tr>
<tr>
<td><div align="center"><center><input type="text" name="subject" size=48></td>
</tr>
</td>
<tr>
<td><div align="center"><center><b>Message:</b></td>
<tr>
<td><div align="center"><center><textarea name="message" rows=4 cols=40></textarea></td>
</tr>
</table>
<hr>
<tr align="center">
<td>
<center><input type="submit" onClick="checkcopy()"
value="Recommend My Site!"></td>
</tr>
</form>
</body>
</html>

I wonder if you need the statement
above enctype="text/plain" or
not?

Also I DO get an ERROR upon
trying to submit this one above.

The error reads;

ERROR!

No E-mail address recognized. Please
enter your e-mail address!

Try Again

I enter MY e-mail address where it
says Your E-mail address,
then I ONLY put 1 address in a
Friends' E-mail box and leave the
other 4 empty. I type a subject,
and a message...
The engineer at whiz-mail
said my ERROR is NOT my html code
for that is CORRECT!

Well my Friends' Email address I type
in is another E-mail account of mine
that I KNOW WORKS!

Go figure...
The KRYPTOR
__________________
"What is SEEN is TEMPORAL, What is UNSEEN is ETERNAL".


Please login or register to view this content. Registration is FREE

Last edited by KRYPTOR; 12-17-2003 at 09:55 PM..
KRYPTOR is offline
Reply With Quote
View Public Profile Visit KRYPTOR's homepage!
 
 
Register now for full access!
Old 12-18-2003, 06:40 AM
Ultra Talker

Posts: 377
Trades: 0
There maybe errors in your script (i mean "checkcopy")... Check it. Your HTML code can't cause such error because it not a scripting language...
__________________
andrews_john

Please login or register to view this content. Registration is FREE
andrews_john is offline
Reply With Quote
View Public Profile Visit andrews_john's homepage!
 
Old 12-18-2003, 07:44 AM
kushagra_geek's Avatar
Average Talker

Posts: 16
Location: Indore, India
Trades: 0
agree with john there might be errors in checkcopy
__________________
The Geek
"I can't decide whether to go bowling, or commit suicide"

wWw.gEeK4TEcH.cOm
kushagra_geek is offline
Reply With Quote
View Public Profile Visit kushagra_geek's homepage!
 
Old 12-18-2003, 06:45 PM Thanks!
KRYPTOR's Avatar
Skilled Talker

Posts: 62
Name: Ray
Location: Illinois
Trades: 0
Thanks guys! I'll try this myself, If it
works, I'll educate Rafael at whiz-mail.

After all he said with an exclamation
THERE IS NOTHING WRONG WITH
YOUR HTML CODE!!!! He He!

The KRYPTOR
__________________
"What is SEEN is TEMPORAL, What is UNSEEN is ETERNAL".


Please login or register to view this content. Registration is FREE
KRYPTOR is offline
Reply With Quote
View Public Profile Visit KRYPTOR's homepage!
 
Old 12-18-2003, 10:24 PM Still a problem...
KRYPTOR's Avatar
Skilled Talker

Posts: 62
Name: Ray
Location: Illinois
Trades: 0
Well I eliminated the checkcopy
in the submit line and am STILL
getting this ERROR above!!!

I wonder if it has to do with
"recipient".

Rafael also told me to change
sendersemail to
visitor_email
as it is

Maybe the Subject info
is in conflict. Maybe I should eliminate
where it asks for the subject?

The KRYPTOR



<html>
<BODY>
<basefont size=3>
<H2 align="center"><u>Recommend Me!</u><hr></H2>
<form action="http://www.whiz-mail.cc/whiz-mail.php?whiz_id=4506" form method=post enctype="text/plain">
<table border=0 align=center>
<tr>
<td><div align="center"><center><b> Your E-mail Address:</b></td>
</tr>
<tr>
<td><div align="center"><center><input type="text" name="visitor_email" size="48"></td>
</tr>
<tr>
<td><div align="center"><center><small><b>(Please note that you need to type in
the entire e-mail address,<br>such as &quot;username@aol.com&quot;, not just
&quot;username&quot;.)</b></small>
</td>
</tr>
<tr>
<td><div align="center"><center><b>Friends' E-mail Address:</b></td>
</tr>
<tr>
<td><div align="center"><center><input type="text" name="recipient" size=48>
</td>
</tr>
<tr>
<td><div align="center"><center><input type="text" name="recipient" size=48>
</td>
</tr>
<tr>
<td><div align="center"><center><input type="text" name="recipient" size=48>
</td>
</tr>
<tr>
<td><div align="center"><center><input type="text" name="recipient" size=48>
</td>
</tr>
<tr>
<td><div align="center"><center><input type="text" name="recipient" size=48>
</td>
</tr>
<tr valign="top">
<td align="right">
<tr>
<td><div align="center"><center><b>Subject:</b></td>
</tr>
<tr>
<td><div align="center"><center><input type="text" name="subject" size=48></td>
</tr>
</td>
<tr>
<td><div align="center"><center><b>Message:</b></td>
<tr>
<td><div align="center"><center><textarea name="message" rows=4 cols=40></textarea></td>
</tr>
</table>
<hr>
<tr align="center">
<td>
<center><input type="submit"
value="Recommend My Site!"></td>
</tr>
</form>
</body>
</html>
__________________
"What is SEEN is TEMPORAL, What is UNSEEN is ETERNAL".


Please login or register to view this content. Registration is FREE
KRYPTOR is offline
Reply With Quote
View Public Profile Visit KRYPTOR's homepage!
 
Old 12-19-2003, 12:58 PM
david's Avatar
King Spam Talker

Posts: 1,314
Location: Glasgow, UK
Trades: 0
It might not fix it but having 5 recipeint fields won't work correctly. Try removing all but one and see if that works. To send to five e-mail addesses you'll need 5 different field names for recipient, e.g.:
name="recipient1"
name="recipient2"
__________________

Please login or register to view this content. Registration is FREE
- Everything a webmaster needs - for free

Please login or register to view this content. Registration is FREE
- Free web hosts reviewed and rated

Please login or register to view this content. Registration is FREE
- Impartial hosting directory - Add your host today for FREE
david is offline
Reply With Quote
View Public Profile
 
Old 12-19-2003, 05:51 PM
KRYPTOR's Avatar
Skilled Talker

Posts: 62
Name: Ray
Location: Illinois
Trades: 0
Never thought of having to
number the recipients... I'll try that
first and then, if there is still that error,
eliminate the other 4.
The KRYPTOR
__________________
"What is SEEN is TEMPORAL, What is UNSEEN is ETERNAL".


Please login or register to view this content. Registration is FREE
KRYPTOR is offline
Reply With Quote
View Public Profile Visit KRYPTOR's homepage!
 
Old 12-20-2003, 09:07 PM
KRYPTOR's Avatar
Skilled Talker

Posts: 62
Name: Ray
Location: Illinois
Trades: 0
Well David, bad news!

I still get the same EMAIL ERROR
doing what you asked! I even eliminated
4 out of 5 recipient inputs and still get
the same error!
SO I informed Network Solutions to
contact their engineers to LOOK at
my script and tell me whats wrong!!!

The engineers are wsm.ezsitedesigner.com

REMEMBER that this script is the BODY
of the CODE...ezsitedesigner encodes
the head part of the script on each
web page.

The problem could also be in
the ACTION line as well.

The KRYPTOR
__________________
"What is SEEN is TEMPORAL, What is UNSEEN is ETERNAL".


Please login or register to view this content. Registration is FREE
KRYPTOR is offline
Reply With Quote
View Public Profile Visit KRYPTOR's homepage!
 
Reply     « Reply to Recommend Me Form Problem...
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.27875 seconds with 12 queries