Title: Message
<form action="">
your form action needs to go to somewhere, either itself or a page that has an action.
 
your update code needs to be on that page
i.e.
<cfquery datasource="#dsn#" name="mod_prod">
update products
set
 catagory = "#catagory#", type = "#type#", retailPrice = "#retailPrice#",  active = "#active#"
where prodID = #prodID#;
</cfquery>
 
hope this helps - its hard being a beginner - try some of the tutorials that are around they will help you understand the concepts
 
steve

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of L.C.B
Sent: Wednesday, 8 October 2003 11:28 AM
To: CFAussie Mailing List
Subject: [cfaussie] uploading onto server
Importance: High

Hi Guys,
I sort of a beginner, I'm making an updates page. i've made the form and added the stuff from the record set into my text fields, I'm having some trouble with the upload button, it doesn't upload the info onto the server. I'm not sure how to solve this.
here is the code on the button if it helps
<input name="Submit_upload" type="submit" id="Submit_upload" value="Upload">
and this is whats for the form
<form action="" method="post" name="Update" id="Update">

thanks heaps in advance

L.C.B






No banners. No pop-ups. No kidding.
Introducing My Way - http://www.myway.com
--- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MX Downunder AsiaPac DevCon - http://mxdu.com/

Reply via email to