Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
EdmondsM #1
Pass the value of a check box to action page
Hi All, I know this is probably very simple but I can't figure it out. I have
a checkbox on my forms page. When a user checks any one of the boxes I want to
submit the name of the field to the database using the value= parameter. If I
do something like the following I get a -1 in the database field
<cfinput type="checkbox" name="checkbox1" value="checkbox1">
How would I go about passing checkbox1 to the field in the databse.
Thanks in advance
EdmondsM Guest
-
How to pass a variable to a second page
i have a page that i need to set a variable in and pass it to another page in my site but i cannot do it through a url because the second page once... -
Pass prameter from a page to another
Hi, I have a page that calls a multiple frames page (ASP). I need to send parameters from the first to the multi frames page. If sending to a... -
Getting the ID of an element to check existence and pass variables.
Thanks for the tips Ray! Okay I think I can explain better now. What my asp page displays are some records from a database table and a text box... -
Pass Variables to page that is Page ContentType="image/Jpeg"
I'm wondering if I can pass variables to "TestForm.aspx" with the way I'm using it. It's acting as a jpeg image and looks like: <%@ Page... -
EdmondsM #2
Re: Pass the value of a check box to action page
I need to add that the format of the form is flash
EdmondsM Guest
-
Neculai Macarie #3
Re: Pass the value of a check box to action page
> Hi All, I know this is probably very simple but I can't figure it out. I
havewant to> a checkbox on my forms page. When a user checks any one of the boxes IIf I> submit the name of the field to the database using the value= parameter.I'm guessing that the database field type is numeric and you're trying to> do something like the following I get a -1 in the database field
>
> <cfinput type="checkbox" name="checkbox1" value="checkbox1">
>
> How would I go about passing checkbox1 to the field in the databse.
insert a string into a numeric field...
--
<mack />
Neculai Macarie Guest
-
EdmondsM #4
Re: Pass the value of a check box to action page
Hey Mack, thanks for the response. The field in the DB is text, an I am trying to pass text. Now if I don't use flash it works fine. But the client really wants the interface in flash.
Maurice
EdmondsM Guest



Reply With Quote

