in reply to Text field event handling
There's no other way for a server to know what a client is doing with a page that was last sent, and the server cannot cause perl code to execute on the client (unless/until someone builds and distributes a browser that runs perl instead of javascript -- if that's ever been done, I suspect it's not something that gets wide usage or support).
If you're talking about a "console GUI" application, using Perl/Tk or Perl/Gtk or Perl/Qt or ..., that's a different matter, and of course actions like leaving a text field can be detected and acted on by binding events to callback functions.
|
|---|