Join the Mozilla’s Test Days event from 9–15 Jan to test the new Firefox address bar on Firefox Beta 135 and get a chance to win Mozilla swag vouchers! 🎁

Caută ajutor

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.

Află mai multe

Acest fir de discuție a fost arhivat. Adresează o întrebare nouă dacă ai nevoie de ajutor.

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

  • 5 răspunsuri
  • 3 au această problemă
  • 3 vizualizări
  • Ultimul răspuns de 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?

Toate răspunsurile (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 :)

Modificat în de 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.