From: Andrew Jorgensen <[EMAIL PROTECTED]> Subject: Re: [uug] html question - form without "submit," us drop-menu
No, form is a property of any form element, that points to the parent
form. The select box does NOT have a submit() method, the form does. So just calling submit() from the select is incorrect.
Cool. For future reference, where are these properties and methods defined? Is there a spec somewhere? A really good reference?
I like http://www.devguru.com. They have good (easily browseable) references to HTML, JavaScript, CSS, XML, and others.
Not the best to learn from (not a tutorial), but if you know somewhat what you're looking for, it's handy.
Thanks! This is exactly what I needed. I wish I could find an official spec for this stuff though. I've learned from hard experience that online references like these aren't always right. At least not in the strict sense.
-- Andrew Jorgensen
smime.p7s
Description: S/MIME Cryptographic Signature
____________________ BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________ List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
