HTML Tutorial


 /help/HTML Help Forum   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
Need an email box code.
Post new topic   Reply to topic    HTML Help Forum -> HTML Form
View previous topic :: View next topic  
Author Message
jandtsmom



Joined: 14 Nov 2009
Posts: 1

PostPosted: Sat Nov 14, 2009 12:31 pm     Need an email box code. Reply with quote

Hi,
I am new here and would appreciate any help. I would like to have an email or comment box on my web page. I don't want it to leave comments on the web page, but rather, sends me an email. I would like one that doesn't navigate away or refresh the page. It would be on a web cam page. I have looked and looked but can only find ones that would take the visitor to a 'thank you' page, after they click the submit button. I am very limited in my HTML knowledge, so it would have to be very simplistic. Also as I was doing some research, I read that having your email in an HTML code is not safe as your email can be easily captured(?). But I have no idea what css (if that's right) is or how to use it. I asked one web cam user how he got his email form and he said he got his email form from 'Microsoft front page'. I do not have this. I would greatly appreciate any help. As you can tell I am limited in understanding all this, so I appreciate your understanding.
PayneLess Designs



Joined: 28 Feb 2007
Posts: 4288
Location: MS

PostPosted: Sat Nov 14, 2009 1:52 pm     Reply with quote

Maybe this one might work for you:

Code:
Basic Client-Side Mailto: Form:

<form method="post" action="mailto:someone@$nailmail.com" enctype="text/plain">
<input type="text" name="username"> : name <br>
<input type="text" name="email"> : email <br>
comments <br>
<textarea name="comments" rows="10" wrap="hard">
</textarea>
<input name="redirect" type="hidden" value="index.html">
<input name="NEXT_URL" type="hidden" value="index.html"><br>
<input type="submit" value="Send">
<input type="reset" value="Clear">
</form>

mailto - Web-based email Form Handler: http://www.washington.edu/webinfo/mailto/
Andreas



Joined: 26 Nov 2009
Posts: 4

PostPosted: Thu Nov 26, 2009 5:39 pm     thanks Ron Reply with quote

I used this email box,
changed a bit,
left out top line and the 2 bottom lines.
So its all good.
PayneLess Designs



Joined: 28 Feb 2007
Posts: 4288
Location: MS

PostPosted: Thu Nov 26, 2009 6:08 pm     Reply with quote

Thank you for posting back that at least part of the code was a help.
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum -> HTML Form All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
DARFUR
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial