Pass an URL in mailto's body - HTML CSS HTML Tag

HTML CSS examples for HTML Tag:a

Description

Pass an URL in mailto's body

Demo Code

ResultView the demo in separate window

<html>
 <head> 
  <meta name="viewport" content="width=device-width, initial-scale=1"> 
 </head> <!--from  ww w .  j a v  a  2  s.c om-->
 <body> 
  <a href="mailto:test@test.test?body=Link goes here http%3A%2F%2Fwww.example.com%2Ffoo.php%3Fthis%3Da%26join%3Dabc%26user454">Link text goes here</a>  
 </body>
</html>

Related Tutorials