[Javascript] Re: Re: Is this right Javascript?

Sabrina Leandro saleandro at yahoo.com
Wed Apr 9 08:33:42 CDT 2003


Hi,

I´ll try to be explain my doubt better:

Is this:
function
window.document.formulario.richtext.onkeydown() {
                                   return SetFocus();
}

....the same as this:
<form name=formulario>
<input type="checkbox" name="richtext"
onkeydown="foo();">
<form>
<script>
function foo(){
        return SetFocus();
}
</script>

thanks
Sabrina

__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more
http://tax.yahoo.com


More information about the Javascript mailing list