Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

I can not click in a form on my website. I try it in IE works great but not Firefox. Any sugestions?

  • 8 回覆
  • 2 有這個問題
  • 72 次檢視
  • 最近回覆由 cor-el
  • 封存

http://off-roadinternational.com/tough_terrain_price_order_form.html

所有回覆 (8)

You need to install Quicktime Player. Download Quicktime Player, double click the downloaded file to install QuickTime, restart Firefox, then see if your website works. (I'd advise you to add a warning on the website to warn users to install QuickTime)

I have quick time downloaded. Firefox already set up to use it, it plays the music in the background through quicktime. Sometimes when I click in the field it allows me to type, but most of the time I have to tab to fields in order to type my information.

It's a problem with scripts on the page, then. I have an add-on installed called NoScript which blocks scripts on webpages. When NoScript is blocking scripts and the page is loaded, I can click in the text field, right click on the website, etc. However, when NoScript is NOT blocking scripts, the website won't work. That is very strange. I'm assuming you're a web developer, though, so I'm sure you can figure it out.

由 You 於 修改

Have you disabled right clicking in your website? Internet Explorer can run the website fine and you can click the text boxes, but you still can't right click.

yes i have disabled right clicks. i removed the code for that and reuploaded and still cant click in the fields on the forms all the time. it is strange because sometimes using firefox i can click in the fields but most of the time i cant. as far as being a web developer im a physicist who's making my websites.lol i guess since i have developed websites profesionaly i could be considered that but i certainly can have errors! i apprecitate your help. sounds like there is a script errror. ill look into it. thanks.

You're welcome! I have no idea how to program webpages, so I can't help you any further, but I hope you can find the error!

This is the cause of your problem. This film, for want of a better word, covers the area of the page where the input boxes are.

Load the page in Firefox. Right click on one of the fields, select Inspect Element

Note, I could not post all of the code. It was too long.


<form novalidate="novalidate" id="form_1" action="http://www.serifwebresources.com/form.php?uid=15a97b111937dcb816f4675cccac0babeeb6f59d" accept-charset="UTF-8" method="post" target="_self" enctype="multipart/form-data" class="OBJ-10" style="position:absolute;left:42px;top:261px;width:875px;height:1242px;">

       <input name="subjectField" value="Full Name" type="hidden">
       <input name="xmlFormData" value="diDt7tIylqrX9zoJgX8MARgRKTTZs9u+xSWAxCP8UiwH2UaISkopXLLfRC/HagRxK+AY9SfYM8kbtKTNXEsy7rz8bx1xfCcW2EnqAZk4pCdYV49++nmmIYgaXnyXIafiHGPiQh53c2+KiQsbuLYkgIeX5+Z/hopSbQSAhV0/9etYJ3jfmlDOV0dfAaNxoIz0am7vDBeoB16MfjxYKnN9uBQpgPy1bYPKzvI69ymBw0eQuuG+Jx1XS7g3g/GcW5BeaKBrGr1dkeeZTyHgkJ7asr0fa//CRFfD7eENOS1TKEh0oYuc1Irdk+jBFlblMrtB3iMuS2atbHZOdxF5dNjf9JywQgHOCdbWSEsjJneRzqYRHtR6pbVZ15jZ+Hr3/CO4MJD7vcVOPLRUiFJZUEz5fFzR8LRJVgG/qFCuwQssDX6RXxt86/rHvXOxygsZ/VgMDuviiqIbz09myLcbskJSwPX+WVwAaIB7cpHCXkWJ7w+kbtBOEEMHyD/v3qvUj5bI" type="hidden">

There is JavaScript code that intercepts the mousedown event and that code isn't working properly.

//if NS6  
if (window.sidebar){  
document.onmousedown=disableselect  
document.onclick=reEnable  
}