Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested ColdFusion Application Server Solutions: 101 - 125 of 1215
 
ok i am trying to get the values from the form by using FORM.myEditor after submit (posted to same page). but all i get is a error: Element MYEDITOR is undefined in FORM! Now i know that when ...
I have a comma-delimited list that have a double quote after each string such as peter", paul", mary"  How can I remove the double quote from each string, then recreate the list?
is it possible to create a line break in a Javascript "Alert" box?  I was thinking a Hex or ASCII character.   Thanks. Phil
I would like to change the port that Coldfusion RDS runs on from 80 to something else.  I currently have Coldfusion 8.
I know how to destroy session variables but am encountering some problems. Below is the description of the problem. Description ----------- I am trying to create a website but requires us...
Hello, I have 3 values being submitted via a web form. The first is a date mm/dd/yyyy and the second is a time (hh:mm am/pm) and the 3rd is the timezone (EST, CST, MST, PST). How do I combine...
I am doing my best to try to read an Excel file using ColdFusion. The problem is, if I try to load this data: LOGICAL_CIRCUIT     BUSINESS     BUC TEST_CIRCUIT     666666     D47147 TEST_CIRCUIT     66666...
I'm creating a form that has a dropdown of items to order and I need the price associated with this item to populate the price field.  The dropdown is a cfselect populated with options from an...
Hello, I just wondered if there was a way I could update two records in the same column with different values with the same query? I have attached a code snippet to demonstrate what I me...
I want to replace one image with another larger image but I absolutely don't want to reload a page or open another window. Can this be done using a form INPUT (OnClick) or even an href anchor?...
I would really appreciate it if someone could explain to me in detail how file upload works. The reason I am asking is because a client of ours has implemented a global filtering system on ...
For some strange reason I have a website that is unable to access the CF8 Ajax scripting libraries. The website is not set up as the default website on the server (IIS 6.0 , Windows 2003), ...
Hi, I am attempting to access Windows 2003 server active directory with the LDAP command.   I cannot find very good documentation how to do this, however I am attempting to do the following...
Looking for a Dynamic Calendar that is not a Pop-up.  Similiar to CF_Calendar, nut I do not want Flash either.  Need to select one date from Calendar, then move on to next screen.
I have a coldfusion form with a few multiple select list boxes. Users are successfully able select multiple values from any of those list boxes and do a search query that displays a results pa...
Does anybody know how I can get a hold of a good coldfusion event Calendar application? or Any suggestions on an event calendar? Thanks.
A client's MLS company offers realty listing information in the form of RETS xml data. I've done several xml-based sites, usually reading the xml data into a mySQL database, but from what I...
Hi,  I'm getting error while working with JSP page having prepared statement. There are 3 prepared statements, 3 different ResultSet objects being used correspondingly.Other two prepared st...
This javascript opens up a centerd window: function openWin(){ var imgwid = 400; var imghgt = 250; var winl = (screen.width - imgwid) / 2; var wint = (screen.height - imghgt) / 2; ...
I’m trying to get ColdFusion to create an .xml file.  I need the file extension to be .xml and want it to work like any other .cfm file.  So I created an IIS Application Extension for .xml and...
Hello again folks.  I created an oracle database, specified the passwords for SYS and SYSTEM and specified the username/password for the repository also.   I then go to CFMX Admin and create ...
Just got finished configuring IIS 7 on my brand new Windows Vista Machine (Premium Edition).  The installation program for WIndows for Adobe Cold Fusion 8 went to completetion with no errors, ...
I have an application that has been working for the past 5 months now with no problem.  All of the sudden, after I log out and attempt to log back in, I get the following error: Element CFI...
I am trying to open a new window on an <cfinput type="button">. The window should be a javascript window and should be able to contain dynamic url variable references, I have tried the follow...
I am developing a site that's a bar database that displays events, band and schedules, etc. One of the features is an event by date calendar. When a date is clicked, any event or  band eve...