And http://mark.stosberg.com/dfv/ is a nice example too

-----Original Message-----
From: William McKee [mailto:[EMAIL PROTECTED] 
Sent: Friday, 4 February 2005 1:52 p.m.
To: [email protected]
Subject: Re: [cgiapp] Simple form validation problem...


On Thu, Feb 03, 2005 at 12:21:06PM -0800, Tim Howell wrote:
> Is there an easy way to implement the functionality of the back button 
> with Javascript (or something else) in order to solve this problem 
> without rewriting a big chunk of the application?

Check the resources at irt.org. In a pinch, I'll use the following code:

  <button name="back" onclick="javascript:history.back()"
  style="font-size: 12.5pt;"> &lt;-- Previous </button>

> I initially considered using CGI::Application::ValidateRM but I 
> confess I've never taken the time to learn it (and it seemed a little 
> complicated for my needs).

Check out the tutorial[1].


William

[1] http://search.cpan.org/~purdy/Data-FormValidator-Tutorial/

-- 
Knowmad Services Inc.
http://www.knowmad.com

---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/[email protected]/
              http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/[email protected]/
              http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to