Results 1 to 2 of 2
Thread: Auto updatable text box
-
01-09-2010, 04:18 PM #1
Auto updatable text box
I have users entering data in a form. When a certain number of fields are populated I wish for a window to appear that displays all the items of information entered (which would indicate one complete record has been added).
Any suggestions as to how this can be accomplished?
-
01-31-2010, 11:19 AM #2
You could probably achieve something like that using javascript and one of the form field events like onKeyUp event. When the event is triggered check the number of fields populated. If they equal a complete record, create a cfdiv to display the information Though that won't work if javascript is disabled.
But can I ask why? In other words, why not just indicate the number of fields required and provide a button to click when finished. Then validate the information when the button(s) are clicked.
Just trying to understand the goal and the most user friendly way to achieve it.
Similar Threads
-
Basic html tutorial
By Richaexpert in forum Graphics Design & Web DesignReplies: 26Last Post: 08-11-2011, 02:53 AM -
Creating a glowing transparent text - tutorial
By himoacs in forum Graphics Design & Web DesignReplies: 3Last Post: 08-02-2011, 08:38 AM -
Changing Text Case Using CSS
By manik in forum CSSReplies: 5Last Post: 11-28-2010, 11:41 PM -
Background color not displayed if set after any text formatting
By Abina in forum ColdFusionReplies: 0Last Post: 01-09-2010, 03:55 PM -
Top Six Internal Linking Tactics To Get Top Google Rankings
By himoacs in forum Search Engine OptimizationReplies: 9Last Post: 08-21-2008, 06:28 PM




Reply With Quote

