Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
timstsprymsn #1
Preserve Data When Using Alert
:confused; Hi can anyone tell me if there is a way to retain user input on a
form when using a javascript to execute the window.alert method? I have an
input form with a few radio buttons, and a single textarea. When the user
clicks the submit button I am displaying an alert box using javascript when I
detect any errors. However, my screen is a framed screen with the top frame
being static, and the bottom frame containing the input fields. When the
javascript executes to display the alert, it blows away any information the
user has entered in the bottom frame eventhough I have preservedata set to yes.
Any help would be appreciated!
Tim
timstsprymsn Guest
-
Preserve whitespace
Hi, I am consuming a web service in my asp.net application. I added the web references in Visual Studio by pointing to a wsdl file. Visual... -
preserve form data
I have a form that collect user input to be processed by a php script. The problem is that when a error is spotted in the input and user need to go... -
how to preserve paths
Dear fellow Illustrators, I have a problem that is bothering me from time to time...: How can I preserve the paths in Photoshop 6, from an image... -
Automated Alert on Data Entry
In the AfterUpdate event of the form, put code to do searches against the database using whatever criteria you want. For example, you could have... -
FileUtils - :preserve does not preserve mtime of directories on Windoze
Hi Rubyists, I have been trying to copy whole directory trees while preserving mtime of subdirectories and file, using FileUtils.cp_r with the... -
timstsprymsn #2
Re: Preserve Data When Using Alert
Well, nothing like answering your own question. Here is the answer for anyone
that is looking for the same information: You simply need to use the
history.back() method of the window object. So, the code would look like this:
{
history.back()
}
Tim
timstsprymsn Guest



Reply With Quote

