Rob writes:

> I just installed BackupPC 3.0 on a new server.  I tend to manage my
> BackupPC servers over a text-based ssh session, load the elinks browser
> on the server, and point it at http://localhost/backuppc.  Anyway, it
> worked fine on version 2.1.2, but on version 3.0 the link for "Start
> Full Backup" does not work -- the link shows as "harmless button".
> 
> I googled:
> http://www.google.com/search?hl=en&q=elinks+%22harmless+button%22&btnG=Google+Search
> I can't say that I understood everything I read, but I got the
> impression that it's an issue with the coding of the page, and not an
> issue with elinks.
> 
> Does anybody have any suggestions or workarounds?

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.

Craig

-------------------------------------------------------------------------
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/

Reply via email to