have you tried this in safari? this is a feature of webkit. Fluid SSBs
use the default version of webkit.framework installed on your machine.
so it will not behave any different in Fluid SSBs than in the default
version of Safari installed in /Applications (which also uses the
default version of webkit.framework on your machine.

it would not surprise me at all to hear that method's behavior changed
in safari4's new version of webkit (installed as your default
webkit.framework when you install the safari4 beta)

td

On Mar 21, 12:57 pm, Mike <[email protected]> wrote:
> Hi All,
>
> we are running a very simple login script to provide login credentials
> tohttp://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
-~----------~----~----~----~------~----~------~--~---

Reply via email to