programmher
Programmer
I have a form (Update.cfm)that is supposed to post entered information from Update.cfm to Schedule.cfm.
I am using the following line of code in Update.cfm:
<form name="Update.cfm" action="Schedule.cfm?cmd=addcommit" method="post">
This is not working. Can anyone tell me why???
I would appreciate any informatio and insight!
I am using the following line of code in Update.cfm:
<form name="Update.cfm" action="Schedule.cfm?cmd=addcommit" method="post">
This is not working. Can anyone tell me why???
I would appreciate any informatio and insight!