Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

hello just a quicky, how do I code a website to only use firefox and how to direct users to download firefox if they don't have it so that my site looks 100% as intended

  • 1 trả lời
  • 1 gặp vấn đề này
  • 6 lượt xem
  • Trả lời mới nhất được viết bởi cor-el

more options

Hi I am a new web designer and is currently working to make myself a website. Now the thing is I am coding it using HTML5 and all other websites is not so updated like Firefox, so how do I code my site and tell browsers that it cant be accessible without a Firefox browser and if they don't have it direct them to download it from Firefox please help me. thanks hope to hear from you guys...

Hi I am a new web designer and is currently working to make myself a website. Now the thing is I am coding it using HTML5 and all other websites is not so updated like Firefox, so how do I code my site and tell browsers that it cant be accessible without a Firefox browser and if they don't have it direct them to download it from Firefox please help me. thanks hope to hear from you guys...

Tất cả các câu trả lời (1)

more options

It is better not to do a browser check but instead do a check to see if specific HTML5 features that you want to use are supported (if(!xxxx){alert("You need a browser that supports HTML5")})