Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
非常に単純な質問ですが、問題を解決できないようです。
Word doc へのリンクを含む HTML ファイルがあります。
IE/PC では、Mac の Safari で問題なく動作します。空白の TAB が開きます。
The HTML Code: <a href=-"./MyDoc.docx">Open Word File</a>
何か案は ?
.mp4 や pdf などの他のファイル タイプと同じ構造が機能しますが、DOCX や PPT は機能しません。
私はMacを持っていませんが、これをお勧めします:
<a href=-"./MyDoc.docx" target="_self">Open Word File</a>