| Thread | Last Post | Replies |
|
| form validation | 31 Oct 2004 23:34 GMT | 3 |
i have been using coldfusion for a while and whenever i use form validation i generally use CFFORM and CFInput tags and set required=true and message=message to display in alert. this works but what i would like to do is instead of an alert window with the
|
| Simple Variable Dereference | 30 Oct 2004 19:24 GMT | 1 |
:beer; code fragment on page1.cfm . <cfset department="Sales"> <cfoutput>
|
| Help with task | 30 Oct 2004 00:36 GMT | 6 |
When reset happens.. if they are 10/15 HP... (( hp/maxhp )) i want them to revive completely to 15/15 sooo i tried doing <cfquery name="battle" datasource="userlogin"> SELECT * FROM battle
|
| Opening action page results in a new window | 29 Oct 2004 21:42 GMT | 3 |
Hello, Can any one please guide me? I have a form and action page. I want the results of the action page to be displayed in a new window and not on the form window. That is I select the values on the form. I submit the form and want the results to displayed in the new window. I ...
|
| Cookie Combo | 29 Oct 2004 21:10 GMT | 2 |
I'm a noob with CF, but proficient with classic ASP and PHP, so bear with me. I wanting to set/retrieve a cookie, but to give the user control over whether to set or clear this cookie: Username [_______]
|
| XML parse error | 29 Oct 2004 19:58 GMT | 3 |
I always get a parse (XMLParse()) error when using XML feeds from Yahoo or NOAA or other such XML / RSS data sources. I have narrowed down the problem to three things: 1) The little "-" or "+" signs that are used to open and close the group.
|
| increment DB field by 1 | 29 Oct 2004 19:21 GMT | 1 |
I have a radio button field, form.SlopAnswer, that dictates which db field should be incremented by one, but I'm not sure how to update the DB. The value of the form field is exactly that of the db field, but could be any one of four different values/db fields.
|
| Prevent Denial Of Server Attacks | 29 Oct 2004 18:08 GMT | 2 |
Does anyone know any prevention for simple denial of service attacks when running Coldfusion MX 6.1 under Jrun (with the latest upgrades). I can think of 2 easy to perfom attacks: 1) Block the Server by just reloading the page as fast as you can (e.g.
|
| find a value in a string (query) | 28 Oct 2004 22:14 GMT | 1 |
I have a query that returns one field. (ID) For some reason I can not remember how to find out if a particular number is in that query. I have tried this.. <cfloop from="1" to="#ListLen(rsGetSubCat)#" index="index" >
|
| Missing Administrator Navigation Pane | 27 Oct 2004 22:47 GMT | 2 |
I have a production webserver running Redhat 3ES, Apache 2, and MySQL. I have installed ColdFusion as the database to web gateway after testing the whole set up locally on Redhat Fedora 2. For some reason the navigation pane of the administrator on the production
|
| Installation problems in Win2003 | 27 Oct 2004 19:31 GMT | 14 |
I attempted to install the trial version of Cold Fusion MX, and the installation stalled toward the end of the process. After a long while, I clicked cancel, and then stood there again for longer than 2 hours waiting for anything to happen. At this time, using the Task Manager, ...
|
| Update table with array values? | 27 Oct 2004 16:32 GMT | 2 |
If I have an array, and I want to update a table with those values, How do I keep the sequence in order? I'm in a loop to create the array, and am trying to update the table after the array is complete? <cfscript>
|
| Sessions vs. Cookies | 27 Oct 2004 16:07 GMT | 3 |
If I need to store a persistant variable across multiple pages why not just use a cookie? A cookie could be set in various ways to accomplish this. I am wondering what the reason or advantages of using session variables are vs. just using client side cookies for client ...
|
| Session Problems - changing variables | 27 Oct 2004 15:50 GMT | 4 |
Hi, beginner here, so bear with me if i sound confused! I'm trying to store the variables of a form in session variables, and am having trouble changing the variables. At the moment, the process is a follows: 1)User Logs in and starts completing form, default session variables ...
|
| Help with SQL & form | 27 Oct 2004 03:39 GMT | 1 |
I can't get this right, would appreciate help. Thank You. <form action="page3.cfm" method="post"> <input name="hidden#num#" type="hidden" value="#num#"> </form>
|