[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Functions w/ 2 parm's
At 12:33 AM 2/13/96 -0600, you wrote:
>I am trying to define a function for a call.. It has 2 arguments.
>
>function funcname(seed,itime)
>{
> ...
>
>}
>
>in body... onLoad="funcname(100,1)"
>
>isn't working.........
>
>
>any ideas on what I am doing wrong?
Is your javascript function inside a script tag? Like this:
<script language="javascript">
<!--
function funcname(seed,itime)
{
...
}
// -->
</script>
Everything else seems to look okay.
-e
-----------------------
Eric Anderson
Software Developer
AXIS Web Publishing
Voice: 206.729.0550
-----------------------