Hi All,
we are running a very simple login script to provide login credentials
to http://web.s-investor.de/app/index.jsp?INST_ID=0001027
(function () {
if (window.fluid) {
// provide user credentials...
document.getElementsByName("name")[0].value="***";
document.getElementsByName("pass")[0].value="***";
document.anmelden.aktion.value='anmelden';
document.anmelden.submit();
}
})();
We are using Safari 4 beta on 10.5.6. This script works fine in
version 0.9.5. We tried also in GreaseKit 1.5 without problem. Using
on 0.9.6 it fails getting the Element named "name" or "pass"!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"fluidapp" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/fluidapp?hl=en
-~----------~----~----~----~------~----~------~--~---