<a onclick=javascript:showMessage() href="#" >Test</a>
<script language="JavaScript">
function showMessage()
{
alert("Is working in post?");
}
</script>
Evaluation
-
So to begin evaluating this website that I have created for a client I’ll
first go into the main methods of testing a website. The first thing that I
would...
13 years ago