[Javascript] functions

Peter Brunone peter at brunone.com
Wed Jan 9 15:27:41 CST 2002


    The semicolon (which functions as a line delimiter) is what you should
use.

    Even better, though, would be to call *one* function that in turn calls
all of the necessary functions.

Cheers,

Peter

----- Original Message -----
From: "Toygar Saracoglu" <toygarsaracoglu at hotmail.com>
To: <javascript at LaTech.edu>
Sent: Wednesday, January 09, 2002 3:05 PM
Subject: [Javascript] functions


Hi,
What quotation between functions should I use to call several of them under
one event handler like onClick?
Ex;
onClick="hg()...jhg()"  or
onClick="document.form.ht.value=hgj()...kjhj()...kj()"

Thank You
Toygar Saracoglu





More information about the Javascript mailing list