Re: Problem with bank web site

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Salut Andrew,
did you consider filing a bug-report on http://bug.kde.org?

On Sat, 21 Aug 2004, Andrew Barr wrote:
A few months ago I posted to this mailing list asking for help with
Konqueror and my banking web site. Here recently I delved into the issue
a little more and discovered how to fix it by modifying the login web
page's HTML. If I change:

<input type="button" value="  Login  " name="enter"
onclick="inputCheck()" style="font:normal normal bold 10pt Arial;">

To:

<input type="submit" value="  Login  " name="enter"
onclick="inputCheck()" style="font:normal normal bold 10pt Arial;">

I can log in. The javascript function inputCheck that is called on
clicking the button is here:

function inputCheck() {
       if(SubmitCount==0){
               var clicktime = new Date();
               with (clicktime){
                       clicktime = getTime();
               }
               if(document.details.USER.value.length < 8){
                       alert("You must enter a valid Username");
                       SubmitCount=0;
                       document.details.USER.focus();
                       return false;
               }else if(strValidate(document.details.USER.value) ==
1) {
                       alert("You must enter a valid Username");
                       SubmitCount=0;
                       document.details.USER.focus();
                       return false;
               }else if(document.details.PIN.value.length < 8){
                       alert("You have entered an invalid Password");
                       SubmitCount=0;
                       document.details.PIN.focus();
                       return false;
               }else if((document.details.USER.value.length >
7)&&(document.details.PIN.value.length < 17))   {
                       document.details.submittime.value = clicktime;
                       SubmitCount=1;
                       document.details.submit();
               }
       }
}

As you can see it's just validating the input. The last line, which is
supposed to submit the form, doesn't seem to make Konqueror react. After
clicking Login, the browser sits there. The bug icon doesn't appear at
any time, unless the User Agent is set to IE (which I suppose should be
expected). For the record, This page does work without modification in
Mozilla. I don't know if this is a bug or not, if it should be filed
with bugs.kde.org let me know.

Thanks,
Andrew Barr
barr.156@xxxxxxx

P.S. I sent this message once before but I got a message back saying
delievery to hsbs.local failed (I forget the exact text). The message
never showed up in the archives so I'm sending it again.

___________________________________________________
.
Account management:  https://mail.kde.org/mailman/listinfo/kde.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.

Cheers hartwig felger

Hartwig Felger informatics

- -- 1024D/339FD693 Hartwig Felger <hgfelger@xxxxxxxxxxx>
Key fingerprint = FB2F 3EE9 345A D55B 6FF2 0EC1 F5B0 684F 339F D693
For the pulic keys, please visit my page.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)


iD8DBQFBKGgV9bBoTzOf1pMRAg2vAJ9hzrdobgaIDFxDNn8RCgh3VjkoRQCcDE13
9y3YjwbECVe7h3yEDByiF0w=
=ZmtT
-----END PGP SIGNATURE-----
___________________________________________________
.
Account management:  https://mail.kde.org/mailman/listinfo/kde.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.

[Index of Archives]     [Trinity (TDE) Desktop Users]     [Fedora KDE]     [Fedora Desktop]     [Linux Kernel]     [Gimp]     [GIMP for Windows]     [Gnome]     [Yosemite Hiking]
  Powered by Linux