Hi Folks,
I want to make a function that will display a table. However, I seem to make a lot of mistakes with the syntax... at least the Table certainly doesn't display.
Is this function call correct?
<script type="text/javascript">
ShowTime(A,B,C,D,E,F)
</script>
How about the function itself?
function ShowTime(A,B,C,D,E,F)
{
}
How can I properly format the following <TABLE> as a javascript function?
Syntax like document.write("<TABLE BORDER=2><TR><TD>") doesn't appear to be enough, even though the border should appear
Thanks,
-Paul-
I want to make a function that will display a table. However, I seem to make a lot of mistakes with the syntax... at least the Table certainly doesn't display.
Is this function call correct?
<script type="text/javascript">
ShowTime(A,B,C,D,E,F)
</script>
How about the function itself?
function ShowTime(A,B,C,D,E,F)
{
}
How can I properly format the following <TABLE> as a javascript function?
Syntax like document.write("<TABLE BORDER=2><TR><TD>") doesn't appear to be enough, even though the border should appear
Thanks,
-Paul-