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! 🎁

חיפוש בתמיכה

יש להימנע מהונאות תמיכה. לעולם לא נבקש ממך להתקשר או לשלוח הודעת טקסט למספר טלפון או לשתף מידע אישי. נא לדווח על כל פעילות חשודה באמצעות באפשרות ״דיווח על שימוש לרעה״.

מידע נוסף

Frames on localhost not working

  • אין תגובות
  • 0 have this problem
more options

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.

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.

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.