Hello, On Friday 07 September 2007 03:57:47 Craig Barratt wrote: > BackupPC uses a short snippet of JavaScript for the start backup buttons. > Small pieces of JavaScript are used in several other places as well (in > particular the config editor). It sounds like the elinks browser doesn't > support JavaScript. > > The reason it uses JavaScript is because of the annoying way a submit > input button works - it sets the value of the variable to the button > text, not a separate value. With internationalization, it is a lot > more hassle to decode the value of the action button text.
I am no way a HTML guru, but maybe you could use <button> element instead of <input type="button">. After a quick try at least Links, elinks, w3m, IE 5, IE 5.5, IE 6, Firefox 2 and Konqueror shipped with KDE 3.5.7 seemed to understand about it and <button> allows you to label buttons more freely. http://htmlhelp.com/reference/html40/forms/button.htm Best regards, Janne Pikkarainenl ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ BackupPC-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/backuppc-users http://backuppc.sourceforge.net/
