Zer0_II
12-25-2002, 07:27 PM
I'm very new to javascript. I'm trying to figure out the different ways that you could call document.write in the body of the html document. This is what I have, but what are some various ways of calling the function.
<head>
<script langauge="text/javascript">
function write()
{
document.write("hello world")
}
</script>
</head>
TIA
<head>
<script langauge="text/javascript">
function write()
{
document.write("hello world")
}
</script>
</head>
TIA