<head>
<script src="../include/calendar.javascript.js" type="text/javascript" language="javascript"></script>
<script src="../include/mootools.js" type="text/javascript" language="javascript"></script>
<link rel="stylesheet" type="text/css" href="../include/calendar.style.css" />
</head>
when i place a button which calls the js function, it is working just fine:
<input type='button' onclick='check_js ();'>
But when i use the following code, nothing happens, no error messages, no warning, no notices, no nothing...
echo "<script type='text/javascript' language='javascript'>";
echo "Javascript: check_js ();";
echo "</script>";
Please help me with this. thanks!