ค้นหาฝ่ายสนับสนุน

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.

เรียนรู้เพิ่มเติม

onclick='javascript:return openExplorer();' works in IE but not in Firefox

  • 1 การตอบกลับ
  • 1 คนมีปัญหานี้
  • 1 ครั้งที่ดู
  • ตอบกลับล่าสุดโดย jscher2000 - Support Volunteer

more options

This is a developer question. Firefox does not understand the adress. This JS function opens a local or network folder. Very usable locally. Kind Regards Torbjorn Ljung Stockholm, Sweden

This is a developer question. Firefox does not understand the adress. This JS function opens a local or network folder. Very usable locally. Kind Regards Torbjorn Ljung Stockholm, Sweden

การตอบกลับทั้งหมด (1)

more options

Are you using something like this ten-year-old code:

https://forums.asp.net/t/1078619.aspx

When I try something similar, Firefox's Web Console (more info on MDN) displays:

Error: Access to 'file:///C:/Windows/' from script denied

Not surprising, really...

What is the point of having this function in your web app?