 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
jandtsmom
Joined: 14 Nov 2009 Posts: 1
|
Posted: Sat Nov 14, 2009 12:31 pm Need an email box code. |
|
|
|
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: 4289 Location: MS
|
Posted: Sat Nov 14, 2009 1:52 pm |
|
|
|
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
|
Posted: Thu Nov 26, 2009 5:39 pm thanks Ron |
|
|
|
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: 4289 Location: MS
|
Posted: Thu Nov 26, 2009 6:08 pm |
|
|
|
| Thank you for posting back that at least part of the code was a help. |
|
|
|
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
|
|
|
|
|
 |
|
|
|
|
|
|
|