Quick qustion, I have a submit button I do not want to show until a user clicks a button to calculate a total first on the same page. How do I do this?
<tr> <td align=center CLASS="defaulttext"><b>TOTAL:</b></td> <td align=center colspan="2"><INPUT CLASS="inputlarge" TYPE="button" VALUE="Click to Total Order" onClick="order.totaltxt.value=total(this.form);"></td> <td align="right"><INPUT CLASS="textbox" TYPE="text" NAME="totaltxt" SIZE="10" MAXLENGTH="30" VALUE="0" > </td> </tr> <tr> <td align=center colspan=4> <cfif order.totaltxt NEQ 0> <INPUT CLASS="inputlarge" TYPE="submit" VALUE="Submit Order"> </cfif> </td> </tr> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:226992 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

