Let's play with this code; Copy the code in the notepad then save as a html type file. See what happen when it opened in your browser. This one is a technique to make a submit button with javascript.
Image Credit: http://us.123rf.com/Code
<!--Force IE6 into quirks mode with this comment tag-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<body>
<a href="javascript:void(document.[form name attribute].submit())"
>[Link text]</a>eg: <a href="javascript:void(document.frmForm.submit())">Submit this Book Review to us!</a>
</body>
</html>
Still None Awesome so far » Be the 1st Awesome to How to Make An alternative to the Input Type = "Submit" button
Post a Comment
Let others appreciate you trough what you said