Hi,
I have a text area that will put it's text in a DB. Later the text will be displayed on the website but not in a text area. How do I store the data so that the line breaks are on the website.
How do I replace the text area breaks with <br>?
Thank you for your help.
Ryan
Hi,
Is there any way that I can have coldfusion automatically display all the fields that I select?
Example:
select * from mytable
Then have it display all the fields from mytable (in html table format) without having to name them all.
Please let me know.
Ryan
Hi,
I like how cflocation can redirect a page, but it's still easy to go back: it doesn't redirect again (just skips the redirect page) and make it difficult to go back.
I'm wondering if there is something similar that I can use to submit a form so that when the user presses the back button, it...
Hi,
Is there any way to change where a form is submitted to based on the option that is selected in the drop down box? It's the only item on the page, and it should go to a different page based on what option is chosen. Perhaps it can be done with javascript?
Thank you for your help!
Ryan
One of my table cells isn't letting the width be fully used up. It acts as if there's a 2 inch margin on the right side of one of the cells.
Could you help me fix this? The code is below.
Thank you!!
Ryan
------------------------------------------
<html>
<head>
<style type="text/css">...
Hi,
I have an updating issue with my one of my database tables. I have an old table with fields that are accurate, except for one of the fields. I have another table that has the same records (plus many more) with the correct information in the field that is outdated in the other table, but...
Hi,
I would like to create an undefined number of variables as my page loads.
I want to use numbers to change the name of the variable. Here's how it would work:
1. declare variable
2. create new variables in a loop
Afterward I would have a list of variables depending on how long the loop goes...
Hi,
I'm creating a form with a text area. I would like my users to to be able to format their text (bold, italics, color, font).
Then I would like the text and formating to be saved into a DB. Then be displayed with the formatting.
Is there any code that can let my users (non-coders) format...
Hi,
I have a complex database issue. There are 3 tables that I have to join. Here are what the tables look like:
TABLE: MajorListings
MajorName MajorCode
----------------------
Pre-Med XBIO
History HIST
Theology THEO
TABLE: studentInfo
studentID StudentMajorCode...
Hi,
I have 2 tables that I have to get data from. The first table will determine what data is pulled from the second. The problem is that I need to pull 3 records for each record pulled from the first.
Here's an example of the tables:
TABLE: areas
areaID personcode1 personcode2 personcode3...
Hi, I'm looking for a way to give my text a background color that is different from the background color of the page.
I want to do it using simple html and not CSS (or inline styles). I want to be able to have a white background, but have the text with a red background.
Thank you for your...
I'm wondering if it is possible to dynamically create an excel file with ColdFusion. All my data is stored in Access, and my processing team wants to be able to create an excel file by clicking on a link on the web page. Right now they copy and paste the data from my display page to Excel, but...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.