[thelist] javascript this.submit

George Klingenhoffer georgek at prispop.com
Thu Mar 7 22:39:00 CST 2002


> you need to preceed the form object with "document." the shortcut you use
> only works in IE, AFAIK. so:
>
> onClick="document.frm_search.submit();"

That worked in conjunction with using the 'name' attribute on the form.  I
usually just use 'id' because the 5+ browsers don't like 'name' (at least
from my experience...).

Thanks!






More information about the thelist mailing list