Ask a Question related to Coldfusion Database Access, Design and Development.
-
quiero mas #1
Adding data to a list with button
Hi everyone
Any ideas why my button doesn't appear?
I get the query results displaying fine but there is supposed to be an 'add
button' at the bottom. A user can add then go back and search again after
adding the choosen data to memory.
Is it something to do with this code or could it be with the button code?
cfoutput query="q3">
<b><i><font face="arial" size=4>
<input type="checkbox" name="myCheckBox" value="checkbox">
#q3.symptom#</font></i></b><br>
<a href="itemDetail.cfm?#q3.symptom#"></a>
</cfoutput>
<cfif IsDefined("form.myCheckBox")>
<cfinclude template="addButton.cfm">
</cfif>
<p><a href="catalog_getCategories.cfm?firstletter=#first letter#"><<
Back</a></p>
Regards Mark
quiero mas Guest
-
Dynamically adding Dropdown, Text Box, Add Button and Remove Button
Hi Everyone, I am facing a poblem in creating a row which contains following scenario in ASP.NET |DROP_DOWN_LIST | |TEXT_BOX| ... -
Adding a second button if the first button is clicked
Hi I build my form dynamically in Page_Load, with a button If the user clicks the button I want to create another button. I can do this but the... -
adding list items to a database
Not sure if this is javascript or php so i put it in both newsgroups, sorry if it's the wrong group. I wrote (with help) a code to put several... -
Need a button to rollover, show list and link from list
Hi, very new to Flash and need some help with a button. I'm creating a title bar for a site and I'm doing something similar to the button on... -
DataGrid - Adding labels: and adding data to cells
I am just getting started with flash scripting. My downfall is trying to get the dynamic output to display in flash. I tried using the list... -
jdeline #2
Re: Adding data to a list with button
Perhaps you could post the addButton.cfm code.
jdeline Guest
-
Dan Bracuk #3
Re: Adding data to a list with button
My guess is that your button is supposed to go here:
<a href="itemDetail.cfm?#q3.symptom#"></a>
By the way, you are also missing your url variable name.
Dan Bracuk Guest
-
quiero mas #4
Re: Adding data to a list with button
Sorry Dan - Where am I missing the url name?
Thanks Mark
quiero mas Guest
-
Dan Bracuk #5
Re: Adding data to a list with button
The url name is not what's missing.
You say you can't see a button,right? If you look at your page, where do you think it should be? If you look at your source code, what is in that spot?
Dan Bracuk Guest
-
quiero mas #6
Re: Adding data to a list with button
THanks Dan
Had another look - seems to be in the right place and sorry it does appear in
my split view - but when i to the web application
- nothing - and after making a query from the search page.
could it be the actually button code?
Is there an easier way to do what im trying to do?
Ragards Mark
quiero mas Guest



Reply With Quote

