why will the method getLinkToFile not be invoked?
<html>
<head>
<title>test page for object fbcontrol</title>
</head>
<script type="text/javascript">
...
function getLinkToFile()
{
alert("alert");
}
...
</script>
<body onload="load()">
<INPUT TYPE="text" NAME="GetLink_textField" VALUE="Geben Sie den Dateipfad an!" SIZE=50>
<INPUT TYPE="button" NAME="GetLink_button" VALUE="Get link" onClick="javascript:getLinktoFile()">
</body>
</html>
The alert message is not shown! Whats the problem!?
you dont need the
javascript:bit and the function has an upper case T on to :will work fine