Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

חיפוש בתמיכה

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

מידע נוסף

Link to Word Doc and different link to PDF fails not found, but link works in I.E.

  • 3 תגובות
  • 1 has this problem
  • 25 views
  • תגובה אחרונה מאת techexpressinc

more options

The document downloads or opens in I.E. but in Firefox the document link when clicked on displays not found. The link is here: http://janetmitchellmediator.com/training.html

The document downloads or opens in I.E. but in Firefox the document link when clicked on displays not found. The link is here: http://janetmitchellmediator.com/training.html

פתרון נבחר

Hyperlinks need to use forward slashes. This should work. http://www.janetmitchellmediator.com/TrainingJuly2014.doc

So you'll need to adjust your site's html code.

Read this answer in context 👍 0

כל התגובות (3)

more options

code behind link If I right click and inspect it looks ok: <a target="_self" href="http:\\www.janetmitchellmediator.com\TrainingJuly2014.doc" title="Training 2014 MS-Word Format">

   
       
           
       
   

</a>>

השתנתה ב־ על־ידי techexpressinc

more options

פתרון נבחר

Hyperlinks need to use forward slashes. This should work. http://www.janetmitchellmediator.com/TrainingJuly2014.doc

So you'll need to adjust your site's html code.

more options

Thanks a million - this was wrong for the last 6 months. Russ