Hi All Is there a way to preselect select boxes with multiple attribute from information stored in a table? Regards Jason This e-mail and any files transmitted...
Hi Jason, Using the selected attribute, for instance: <option value="blah" selected>Blah</option> will select that option. I believe you can pre-select ...
Hi, How do I update multiple rows from an input form? It involves multiple fields in each row. I know it involves either Loop or Array, but don't know how to...
If I wasn't already bald I would be pulling my hair out. I have Win. 2000 Pro, Miniportal webserver which uses Apache 1.3.27 and Coldfusion 5 (also tried with...
http://www.clickfix.com/contest/ We are trying to figure out what is the best way to serve banner ad business logic. Coldfusion or J2EE? ClickFix~The New Wave...
ColdFusion Hosting Providers ColdFusion Hosting Providers' List brought to you by *** ColdFusion-HowTo: Yahoo's No. 1 and the biggest group for ColdFusion...
coldfusion-howto@yaho...
Mar 1, 2003 9:02 pm
13348
Dear All I am looking for volunteers to help us to design a web content management system to suit our needs and our community. Interested volunteers, please...
Hello - I'm seeking out alternatives to something that I can already do. What I'm trying to achieve is reading the contents of a .TXT file into "something"...
Hello - I'm seeking out alternatives to something that I can already do. What I'm trying to achieve is reading the contents of a .TXT file into "something"...
Hi, This JavaScript will resize the window to your specified dimensions, but I don't think it allows manual resizing after the page loads. It will however,...
And be sure that your CFServer permissions are set to allow you to do this! JoAnn A. Schlosser Senior Consultant Grant Thornton LLP Vienna, Va. Tel: (703)...
i had this problem and asked for help but no one was interested so i assumed no one use apache and CFMX anyway here is the fix i found : You need to download...
... Have you tried using an iframe? Won't work in NN4 or lower, but it's much easier than what you're doing: <iframe src="/subdirectory/message.txt"...
Thank you all for the help. The server is up and running again. The problem was from the "system sharing problem on the drive (Inetpub). Daniel ... From: Ben...
I have a simple one table Access database with about 30 or 40 fields in it. I need to be able to select records based on search criteria entered in an online...
Something like this would work... SELECT Field1, Field2, Field3, etc. FROM DatabaseTable WHERE Field1 = '#Form.Name#' Hope that helps, Rick ... From: jipsy1234...
thanks for the help, however I am wondering the easiest way to handle the situation where there are various form fields the person can search by, and they may...
You could use something like: <cfif IsDefined("FORM.FieldName") AND #FORM.FieldName# NEQ ""> <cfset variable = #FORM.FieldName#> <else> <cfset variable =...
I'm using CFMX on WinXP. It seems that I always get some sort of native error whenever I fulfill the following: 1) use the form method "post" 2) have more than...
JRun that came with the CFMX package, I believe. I broadened my internet search and found people who have had similar error messages crop up with _required,...
That is not an coldfusion issue but rather IIS. I know it supports _required but _float I am not sure about. There was some information on this in the...
Previous sample always going to require value and even existance of the field on form. Check out the following. SELECT Field1, Field2, Field3, etc. FROM...
Hi... I am testing a calendar application and I am having a problem with the application.cfm file configuration. I am having an issue with the following lines...
laritru
laritrujillo@...
Mar 4, 2003 3:06 am
13369
Your best bet is to NOT use the extended attributes and define them in the ColdFusion Administrator. All you need to use then is a datasource name (eg: ...
I do a lot of forms so have become pretty good at knocking them up. Try using <CFFORM> instead. (the method="POST" is no longer required as it is considered as...