Showing questions tagged: Show all questions

Firefox cannot open links to pages in subfolders on a server site anymore.

I have been building websites on and off for many years using Notepad++, HTML, CSS, JavaScript, and PHP. During development and maintenance, I heavily use Firefox and Fir… (read more)

I have been building websites on and off for many years using Notepad++, HTML, CSS, JavaScript, and PHP. During development and maintenance, I heavily use Firefox and Firefox Developer Edition on the computer where I build the sites (both editions are affected). I also have many notes on an offline website.

Recently, the links in these offline websites no longer work in Firefox. They function as usual in Microsoft Edge and the newly installed Vivaldi 7. They also work on an old laptop with an older version of Firefox. I think the issue was introduced in one of the recent updates. Could you please look into this? Otherwise, I cannot use Firefox as an offline browser and the developers add-ons on my laptop anymore.

Kind regards, Martijn de Jong

I sent this message to Mozilla support in Dutch and would like to send an English translation as well.

Do you have a solution for this issue?

Asked by mjong.4 2 days ago

Frames on localhost not working

Just updated to version 134 on Win 11. I use local web pages to organize links. My main web page contains the following: <frameset rows="40,*" border=no frameborder=n… (read more)

Just updated to version 134 on Win 11. I use local web pages to organize links. My main web page contains the following:

<frameset rows="40,*" border=no frameborder=no>

 <frame src="./directories.html" name="directories" marginwidth="0" marginheight="0" scrolling="no">
 <frame src="./main.html" name="links" marginwidth="1" marginheight="0" scrolling="auto">
 <noframes>Sorry, your browser does not handle frames!</noframes>

</frameset>

the file directories.html contains links such as:

 <td class="table2"><a href="./personal.html" target="links">Personal</td>

the css file contains: td.table2 {

 border: 1px solid;
 border-collapse: collapse;
 text-align: center;
 padding: 5px 5px;
 background-color: silver;

}

Clicking on the link yesterday loaded the file "personal.html" in the bottom frame. After the update, it does nothing. Right clicking on the link and selecting "open link in new tab" does open the file in a new tab.

Asked by schmickb 4 days ago