trx314
04-29-2006, 07:00 AM
It look like I'm missing something, what is wrong with that - it's not working:
<html>
<head>
<style type="text/css">
#test {
height: 100px; width: 100px; border: 1px solid #000000;
}
</style>
</head>
<body>
<div id="test">Content for class "test" Goes Here</div>
<script language="javascript">
document.getElementById('test').onClick = alert('yahooo');
</script>
</body>
</html>
Thank you for your cooperation
<html>
<head>
<style type="text/css">
#test {
height: 100px; width: 100px; border: 1px solid #000000;
}
</style>
</head>
<body>
<div id="test">Content for class "test" Goes Here</div>
<script language="javascript">
document.getElementById('test').onClick = alert('yahooo');
</script>
</body>
</html>
Thank you for your cooperation