Jump to content

who knows about links


Guest Mark

Recommended Posts

.. anyone knows about links ive got like frame ... so i wanna the details which the person ganna fill in .. in my eMail .. so how can i link the html to my mail .. direct :)

Link to comment
Share on other sites

Create a Link<a href=mailto:xxxxxx@xxxx.xxx" title="email me">email me</a>Create a Form<form action="mailto:xxxxxx@xxxx.xxx" method="post">...</form>

Link to comment
Share on other sites

<a href=mailto:xxxxxx@xxxx.xxx" title="email me">email me</a>
<a href="mailto:xxxxxx@xxxx.xxx" title="email me">email me</a>:)
Link to comment
Share on other sites

You might also like to try out this JavaScript to combat spammers:<script type="text/javascript" language="javascript"><!--var addr1 = "mailto:"var addr2 = "jack"var addr3 = "@"var addr4 = "eveready.com"document.write('<a href="' + addr1 + addr2 + addr3 + addr4 + '">')document.write('<span style="color:green">Jack Smith</span></a>')//--></script>In the above example, the user would see the words Jack Smith on the page, and if they click on the name an email popup to send to jack@eveready.com would appear.with regards

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...