John, > Would making the three buttons read something like: > > <INPUT TYPE="submit" NAME="button" VALUE="Start Incr Backup"> > <INPUT TYPE="submit" NAME="button" VALUE="Start Full Backup"> > <INPUT TYPE="submit" NAME="button" VALUE="Stop/Dequeue Backup"> > > with support in the cgi for detecting ?button="Start%20Incr%20Backup" > with no action or a blank action work?
The reason I moved away from this to small snippets of JavaScript is that the value string encoding and matching is quite tricky with other languages, such as Chinese. Html doesn't support (maybe it does now - I haven't checked) input buttons with display text that can be set differently from the submit value. It's always been an annoying limitation. Craig ------------------------------------------------------------------------------ Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. 300 plus technical and hands-on sessions. Register today. Use priority code J9JMT32. http://p.sf.net/sfu/p _______________________________________________ BackupPC-users mailing list [email protected] List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/
