From: Robert E. <re...@at...> - 2001-07-27 13:27:01
|
Thank-you Etyan and Scott! Got it working: http://www.atoda.com/ecom/formworks.htm Robert Evans re...@at... http://www.atoda.com -----Original Message----- From: dyn...@li... [mailto:dyn...@li...]On Behalf Of Scott Andrew LePera Sent: jueves, 26 de julio de 2001 20:21 To: dyn...@li... Subject: Re: [Dynapi-Chat] Nested form in Nervous Nellie Etyan is correct. Use the object model for Netscape: document.layers["myLayerID"].document.forms["formName"].submit(); ...and please, drop the "javascript:" protocol. It might kill your submission. Try this instead: <a href="#" onclick="document.myForm.submit(); return false;">some graphic other than those ugly standard buttons</a> scottandrew |