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

How can I get Firefox to execute html code in a text file?

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

more options

I used Notepad to create a text file, markup.html, that contains html code. How can I get Firefox to execute this code?

Also, how can I use the <script> tag in the html code using the src attribute to execute code in a file written in Javascript?

I used Notepad to create a text file, markup.html, that contains html code. How can I get Firefox to execute this code? Also, how can I use the <script> tag in the html code using the src attribute to execute code in a file written in Javascript?

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

more options

To execute the html file go where it is, click with right button mouse select "open with", then select Firefox.

To call a extern script do this: <script type="text/javascript" src="exemple.js"></script>

If you need for information about programing web call me in this email: diegovictorgonzaga@gmail.com

I like programing web too :)

Được chỉnh sửa bởi Diego Victor vào

more options

Thank you for your response. I tried your solution. However, Firefox only displays the text code and does not execute it. The same thing happens in Internet Explorer.

more options

Hello,

The problem can be on the code.

If you can print the code.

more options

First guess is that you did not use an .html extension on the file. The file may well be name.html.txt


Forum Note

This is normally offtopic for this forum. I say normally because now we cover webmaker questions. I wonder if this is therefore on topic as a webmaker question?

I have tagged with webmaker-contribution

more options

When you create a text file in Windows then this file will get a hidden .txt file extension like John99 posted. Firefox should show you that wrong name if you open the file in a Firefox tab.
You can save that file another time in Firefox and give it the correct name that ends in .html (choose "All files" if necessary).
If you want to create an HTML file with a .html file extension then always make sure to select "All files" and not "Text files" when saving the file.