为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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

  • 5 个回答
  • 3 人有此问题
  • 3 次查看
  • 最后回复者为 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?

所有回复 (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 :)

由Diego Victor于修改

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.