為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

the frame within the frameset does not take the relative path correctly

  • 5 回覆
  • 6 有這個問題
  • 2 次檢視
  • 最近回覆由 mjmdesk

more options

http://www.autogamma.com/FastSP/catindex.html

click "POMPE LAVACRISTALLI" > "Codice Fast" > "PL100" images don't work In IE and Chrome images work fine

The frame with PL100, ... link to "pompe\PL100.html", ... Target is the frame named "MAIN" In this frame, relative address is lost: the frame does not take the correct relative path, with new subdir "pompe" Path for the images remain /

http://www.autogamma.com/FastSP/catindex.html click "POMPE LAVACRISTALLI" > "Codice Fast" > "PL100" images don't work In IE and Chrome images work fine The frame with PL100, ... link to "pompe\PL100.html", ... Target is the frame named "MAIN" In this frame, relative address is lost: the frame does not take the correct relative path, with new subdir "pompe" Path for the images remain /

被選擇的解決方法

Those links have backslashes instead of forward slahes:

<body><center><font size=2>CODICI FAST</font><br>
<a href='pompe\PL100.html' target='MAIN'><font size=2>PL 100</font></a><br>
<a href='pompe\PL101.html' target='MAIN'><font size=2>PL 101</font></a><br>
<a href='pompe\PL102.html' target='MAIN'><font size=2>PL 102</font></a><br>
<a href='pompe\PL103.html' target='MAIN'><font size=2>PL 103</font></a><br>
<a href='pompe\PL104.html' target='MAIN'><font size=2>PL 104</font></a><br>
<a href='pompe\PL105.html' target='MAIN'><font size=2>PL 105</font></a><br>
從原來的回覆中察看解決方案 👍 1

所有回覆 (5)

more options

選擇的解決方法

Those links have backslashes instead of forward slahes:

<body><center><font size=2>CODICI FAST</font><br>
<a href='pompe\PL100.html' target='MAIN'><font size=2>PL 100</font></a><br>
<a href='pompe\PL101.html' target='MAIN'><font size=2>PL 101</font></a><br>
<a href='pompe\PL102.html' target='MAIN'><font size=2>PL 102</font></a><br>
<a href='pompe\PL103.html' target='MAIN'><font size=2>PL 103</font></a><br>
<a href='pompe\PL104.html' target='MAIN'><font size=2>PL 104</font></a><br>
<a href='pompe\PL105.html' target='MAIN'><font size=2>PL 105</font></a><br>
more options

Ok, the solution is to use slash and not backslash. PL100 and PL101 works fine now.

But this is the link to the page, not the SRC of the image. The browser show correctly the page but the image <IMG SRC="PL 102.jpg"> doesn't get the path of the page. Why the page HTML is correctly shown with the link with backslash? Why the image with NO backslash in SRC isn't shown? Try to open: http://www.autogamma.com/FastSP/pompe/PL102.html You see images correctly. But in the frame (link with backslash to the page) you show only the HTML. It's strange.

由 brokenimage 於 修改

more options

There are still broken links with backslashes in that frame (right-click context menu: This Frame > Reload Frame).
Only the first two have a forward slash.
I have a bookmarklet to fix such links (86 originally, still 84 links left) and that makes the images show.

It is amazing that the pages with the backslashes also were uploaded (you may want to remove those!):

由 cor-el 於 修改

more options

Yes, i know. I am now correcting all the slashes. It's amazing and also strange! Thanks, bye

more options

A good solution to this issue is to Ctrl-Click on the link and FF will follow the link.