[thelist] javascript - how to refer to (x)html elements

Tim Burgan burgan at iprimus.com.au
Wed Nov 12 20:57:56 CST 2003


cheers.. that's the problem!!


: <form action="" method="get"
:       onsubmit="collectInfo(this.form)">
: 
: Should be:
: 
: <form action="" method="get"
:       onsubmit="collectInfo(this)">
: 






More information about the thelist mailing list