james & larry,

:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
: From: Larry Meadors <[EMAIL PROTECTED]>
:
: I just stuck this in, but I think it's close. When you change
: the selection, it updates the form action.
:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

this was close, but it won't set it with the value of the <OPTION>.  this is
simpler still.

<select name="reportfile" onChange="this.form.action =
this[this.selectedIndex].value">
  <option value="action1.cfm">test1
  <option value="action2.cfm">test2
</select>


good luck,

.jeff

name://jeff.howden
game://web.development
http://www.evolt.org/
mailto:[EMAIL PROTECTED]

------------------------------------------------------------------------------
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