I place my example on " allaire"  a while ago:
http://www1.allaire.com/developer/gallery/index.cfm?ObjectID=14922&nocache=y
es
This is what you need.

----- Original Message -----
From: "Larry Meadors" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 04, 2000 11:39 AM
Subject: Re: OT: Onchange submit


Try this:

<form action="index.cfm">
<SELECT NAME="PayType" ONCHANGE="this.form.submit()">
</form>

>>> [EMAIL PROTECTED] 04/04/00 05:19AM >>>
I want a form to be submitted when the user makes a change in a select box.
The form name
is "Employeeform". This doesn't work:

<SELECT NAME="PayType" ONCHANGE="document.Employeeform.action='index.cfm';
document.Employeeform.submit()">


----------------------------------------------------------------------------
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=sts&body=sts/cf_talk or send
a message to [EMAIL PROTECTED] with 'unsubscribe' in the
body.

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to