I'm trying to do a simple query in ColdFusion as follows but am not getting any results?? I can do this query directly in Oracle SQL Developer and the results are fine. However when I put the query in coldfusion it's not working? No error, no records returned? I also recreated these tables in...
I've looked at Ben Forta's example: http://www.forta.com/blog/index.cfm/2007/5/31/ColdFusion-Ajax-Tutorial-2-Related-Selects and can't seem to get this simple tutorial to work on my local machine. I'm running CF8 Developer edition. I'm just cutting and pasting his code and trying to run the page...
I need to be able to control the document.action via a validation of a radio button. So if a particular radio button is checked, then it sets the document.form.action. I validate other fields before this, but this is the last thing in the function. Here's a simple example to explain what I'm...
I have a form that allows a user to upload a file to a folder on the host webshare. This works fine. I can also use <cfdirectory> to view the files from that folder. However, when trying to delete I get the error that the destination is invalid. I worked with our admin who setup the CF service...
I have a series of checkboxes and an input text field next to each one. I have a js search pop-up window that opens when a user clicks in the text field. This works fine, however I would also like the checkbox next to it to automatically be checked at the same time. The pop-up works fine...
I'm trying to connect to the default Northwind database in SQL2000. The DSN connection in CF Admin connects fine. However, when I try running my page (locally) I get the following error:
Error Executing Database Query
[Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC SQL Server...
I will be developing a multi-page form for the first time and was wondering if Flash Forms would be the recommended way to go or if I should go a different route. I read a handful of past threads and learned there were some problems with the file upload as well as with the checkboxes. These...
My customer wants to add a message board for their soccer team website. I know there are a ton of free messaging boards out there to use, but was wondering if anyone had any recommendations. It needs to be secure to only the team members and their family/friends. Thanks.
I have a simple form with text inputs, drop-downs and radio buttons. I have all the validation working properly except for a drop-down and radio button. When a user selects a particular option from the drop-down I want a radio button to be checked on the next step. I can do this when the user...
I'm trying to validate that the first character in a form text field is not a letter. This is for a Cold Fusion application using type="file". However I do not want them to browse to a document stored in a letter drive on their machine, but rather a file share mapped in My Network Places. (C:\...
I'm a newbie to RegExp. I'm having trouble validating a text field to only allow 8 characters, using any combination of 0-9, A-F. I have the following which validates fine for A-F, 8.
var targetChar = /[abcdef]{8}/
However I need to test for 0-9 as well. I know \d matches any digit [0-9]...
It's been years since I've had to create rollover images, but I see to be stuck. I have 10 thumbnail images. When a user rolls over them 2 things should happen. First the main large image in the center of the page will change to that thumb image. Second the thumb image I'm rolling over will...
I have a client who would like to move away from Yahoo/PayPal to a more professional looking eCommerce storefront/processing. They told me to look into Miva Merchant as this is what they would like to use. I am a newbie in the eCommerce world so the questions I have may be pretty rudimentary so...
Looking for a way to open up a pop-up window and file/webpage at the same time. My customer wants a user to click a link which pops up a description of the link and then when the user closes the popup the page/file is displayed. Would it be as easy as creating an onClick function that does both...
I know this is a lame way to do this, but thought I'd post a question to see if there is a better way to do this w/o using Flash. I'm using a form <textarea> to display the actual text of the page. In my instance it's for my clients tour schedule (she's a musician). It works great and I just set...
I have two select dropdowns in one form. If one selectedIndex == a certain number I set the other selectedIndex appropriately. I have the following js working fine:
<script language="javascript">
function fnCheckCategory(form)
{
var passed = true;
if (form.websiteid != null)
if...
I have a series of photos b/w and color. All have a distinct edge. I created a white canvas whose width is longer then the photo. The photo will be left justified on the canvas. I wanted to blend in the right edge of the photo onto the white canvas so the photo edge disappears. Any tutorials or...
I'm new to Flash but my client is looking to add scrolling form textareas. An example she pointed out can be seen at Tori Amos's website (www.toriamos.com). If you click on the NEWS link you'll see a scrolling box with 2 arrows. I was hoping someone could point me to an online tutorial or...
I have a one cell table that has a large background image. The cell height/width are set to the image so it will not tile. I then have a one cell table within that cell with a background color with text. I'd like to make the cell bgcolor somewhat transparent so the image behind it shows. Here's...
I am wondering if there is an industry standard protocol when linking to a file on a 'file' server from a webpage. In our company we keep our web application files and document files (.doc, .ppt, .xls, etc.) separate. File servers/Web servers. We quite often link to file servers using the...
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.