HTML: Difference between revisions

no edit summary
(Created page with " *CSS Link file: <link rel="stylesheet" type="text/css" href="index.css"> *Rediect to another page after submit action: <form action="result.php" method="post" id="co...")
 
No edit summary
Line 17:
<input type="hidden" name="formID" value="srinfo" />
<input type="hidden" name="redirect_to" value="view.php" />
*Send Email Link:
 
<pre>
<a href="mailto:Amandeep Singh<aman@test.com>?Subject=Application%20Issue%20Report&body=Hi,%0D%0A%0D%0APlease find the below Test application issue report:&cc=Sender2 <sender2@test.com>" target="_top">Here</a>
</pre>