Thread: mailto problem
View Single Post
  #3 (permalink)  
Old 03-26-09, 05:34 AM
kavionly kavionly is offline
Newbie Coder
 
Join Date: Mar 2009
Posts: 98
Thanks: 0
Thanked 0 Times in 0 Posts
here is my code.
HTML Code:
<html>
<head>
<title></title>
<meta http-equiv="refresh" content="5; URL=www.google.com">
<meta name="keywords" content="automatic redirection">
</head>
<body>
thank you. You will receive the mail shortly  from <a href="mailto:test@test.com?">test@test.com.</a>
</body>
</html>

Last edited by UnrealEd; 03-26-09 at 08:59 AM. Reason: fixed [html] tags
Reply With Quote