Dette websted vil have begrænset funktionalitet, mens vi gennemgår vedligeholdelse for at forbedre din oplevelse. Hvis en artikel ikke løser dit problem, og du vil stille et spørgsmål, har vi vores supportfællesskab, der venter på at hjælpe dig på @FirefoxSupport på Twitter og/r/firefox på Reddit.

Søg i Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Læs mere

Login Text Boxes Are Not Active

  • 5 svar
  • 57 har dette problem
  • 1 visning
  • Seneste svar af cor-el

more options

(1) The affected site is an online shop in HK. In the "ReturningCustomer" area, there is a text field for "E-MailAddress" and "Password". These text fields are not active in Firefox, so I cannot sign in. (2) Other menu types on the site appear to be working fine. There are no errors in the status bar. I played with some of the privacy and cookie settings but nothing worked. (3) I am able to sign in to this site with InternetExplorer and GoogleChrome. Cheers :)

URL of affected sites

http://rcmarket.com.hk/login.php

(1) The affected site is an online shop in HK. In the "ReturningCustomer" area, there is a text field for "E-MailAddress" and "Password". These text fields are not active in Firefox, so I cannot sign in. (2) Other menu types on the site appear to be working fine. There are no errors in the status bar. I played with some of the privacy and cookie settings but nothing worked. (3) I am able to sign in to this site with InternetExplorer and GoogleChrome. Cheers :) == URL of affected sites == http://rcmarket.com.hk/login.php

Valgt løsning

Thanks - works a treat !!

Læs dette svar i sammenhæng 👍 0

Alle svar (5)

more options

That is one of those sites that think that they need to disable the mouse buttons and prevent you from clicking on the page. Unfortunately that script doesn't work properly and doesn't allow to select the text fields with a mouse click.

You can use this bookmarklet to overcome that. javascript:void(document.onmousedown=null);void(document.onmouseup=null);void(document.onclick=null);void(document.oncontextmenu=null);void(document.onselectstart=null); You can contact the website to inform them that the code isn't working in Firefox.

more options

javascript:void(document.onmousedown=null);void(document.onmouseup=null);void(document.onclick=null);void(document.oncontextmenu=null);void(document.onselectstart=null);

(1) Thankyou - The javascript works.

(2) I saved my login info in firefox, so I will not need to type into the sign-in text boxes in the future.

(3) Out of interest, can I save this script somehow in firefox, or maybe even associate it with the page of interest ?

Thanks in advance (brand new firefox user)

more options

Just tried some other pages on the problem site, and anywhere I have to type into a text box, I have the same problem.

So a "shortcut" to the javascript would be very useful. It does not appear in the history of the url field.

Cheers

more options

You can create a new bookmark and copy and paste the bookmarklet code in the location field of that bookmark.

See also http://en.wikipedia.org/wiki/Bookmarklet

more options

Valgt løsning

Thanks - works a treat !!