Hi all,
Im using a javascript popup calendar to aid users in choosing a date. the calendar populates an input box in the format 6/7/2003. In the SQL statement I use creatODBCdate and it goes into the database just fine.
Now I need to retrieve the date from the database and use it to populae...
Hi all,
I have a simple excel file that I would like to open into a browser and make changes to and then save the changes. How can I do this in Cold Fusion?
Thanks
Here is what I have - shouldnt it stop you from submitting a blank field? (it is at www.milfordlandtitle.com/admin/form.cfm )
<body>
<cfform action="form.cfm" method="post" enablecab="yes">
<cfinput name="tester" type="text"...
Hi,
I'm having trouble figuring out why the following ofrm isnt working. As the code shows, the text input field is required but when I submit the form with an empty text field the form processes. Another user here was good enogh to try this code themselves and it worked for them. I'm not...
I just put this following little form up. When I submit the form without putting any info into the text box the form submits to itself. Shouldnt I get a message saying "Please enter text" since I have included required="yes"
<cfform>
<cfinput name="tester"...
I was performing a fresh install of xppro onto a computer that had been running win98. During the install (after the setup process) I got a fatal error when the something couldnt be read from the disk. It gives me an error report and then the computer restarts and tries to pickup the install...
Hi all,
I'm wondering if anyone knows of a way to get around the 10 connection limit with IIS/XPPRO. If not, can anyone give me an idea of just how restrictive 10 connections would be in practice (how many folks could be viewing my site without experiencing major delays).
Hi all,
I'm setting up the cfmx server and I think I'm almost there! I'm used to keeping my sites locally in C:\Inetpub\wwwroot, but cfmx seems to want to have the files in C:\CFusionMX\wwwroot. Sure enough when I try to preview my pages from their original location I get an err (The page...
Hi all,
I was wondering, is there a way to have the rollovers on my page show the 'over' image using a timer? Im trying to get the buttons to all flash once, in succession, when a user enters the page.
Hi all,
Can anyone find the syntax error in this query I'm trying to run? Here is the query followed by the error I'm getting. (the gbdate field in the database has a field type of date/time):
<cfquery name="addcomments" datasource="mydb" dbtype="ODBC">
INSERT...
Hi all,
I am saving a date/time object in my database using createODBCDateTime. When I retrieve the date I want to display it like this: Saturday June 1, 2002 2:25PM
How do get this from the ODBC date?
Hi all - Here is my latest Netscape puzzle :)
If you go to
http://christiancatalog.com/fullopeningpage.cfm
you will four tabs to the left of the big cicle entitled "tab one text goes here", tab two text goes here", etc. When you rollover the tabs, the cirlcle in the middle...
Could someone please look at this page and tell me what about it makes it go way beyond the browser width in NN4.75
http://www.christiancatalog.com/missionarypages/community_pages_entry.cfm
Thanks
Hi all,
I have a form that contains a file input that gets processed by a cffile that accepts only jpg and gif files. If the user tries to upload another type of file an error is thrown and they are taken to my ugly boilerplate error template that catches all errors. I would much rather just...
Hi all,
Thanks to help I received here I almost have my memo field outputing correctly. Here is where I'm stuck:
When i retrieve the memo field "memLetter", I'm using the following code to remove the double quotes that are added by the textfield and to show repeating spaces (these...
Hi all,
I have a simple form that includes a textarea that users can uase to upload text to the database that will then be used in the body of a tempate. The textarea seems to capture all of the text except for any formating. For instance, one user tried to make a numbered list by using the...
Hi all,
I have a form that allows the user to upload a picture. Each time the user uploads a picture, it is given the same name as the last one they uploaded and the old one is overwriten. This is working fine. On the same page is a preview of the current pic. What is happening now is when...
Hi all,
As part of trying to let users upload a jpg or gif file, I created a form with the following file field:
<input type="file" name="picture1" size="40">
When the form is submitted, I want to check if the last 3 places in the "picture1" file field...
I almost have my cffile/upload working. It is set to accept="image/jpg, image/gif". Gifs are uploading fine but when i choose a jpeg (image.jpg) i get the following error:
The MIME type of the uploaded file (image/pjpeg) was not accepted by the server. Please verify that you are...
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.