I am using IE Tester and this code is not working in IE5, IE7 and IE8, Please give me a solution
<html>
<head>
<title>IE Tester</title>
<script type="text/javascript">
function functions(data){
alert(data);
}
</script>
</head>
<body>
<input type="button" value="btn1" onclick="javascript:functions('<?php echo "add_new";?>');"/>
<input type="button" value="btn2" onclick="javascript:functions('a');"/>
<input type="button" value="btn3" onclick="functions('a');"/>
</body>
</html>
The javascript is correct, so if none of the buttons are working then the likely reason is that you have de-activated javascript in your browser.