I have the following code in a navigation frame that submits a form in
another frame:

<span tabIndex="5" ACCESSKEY="s" style="text-decoration:none; cursor:hand"
onfocus="parent.FormDetail.main.submit()"><font
color="#FFFFFF"><strong><u>S</u>ubmit Order</strong></font></span>


The problem is, the onSubmit of the form is being ignored:

<form action="CompleteOrder.cfm" method="post" name="main" id="main"
onSubmit="return CheckRequired()">


Is there anyway to get the span above to act exactly like clicking a submit
button on the form?

______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to