Essence for All

Home > 01-html一般top

Word 2007以降、Excel 2007以降、PowerPoint 2007以降のファイルを正常にダウンロード

.htaccessで MINEタイプの設定を

Addtype application/vnd.openxmlformats-officedocument.wordprocessingml.document .docx
Addtype application/vnd.openxmlformats-officedocument.spreadsheetml.sheet .xlsx
Addtype application/vnd.openxmlformats-officedocument.presentationml.presentation .pptx

本当はサーバー側でMINEタイプの設定をお願いしたところ
httpd.confに下記記述を追加する。
AddType application/vnd.openxmlformats-officedocument.wordprocessingml.document .docx
AddType application/vnd.openxmlformats-officedocument.spreadsheetml.sheet .xlsx
AddType application/vnd.openxmlformats-officedocument.presentationml.presentation .pptx



iframeタグの代わりに、objectタグ

XHTML1.1ではiframe要素が廃止されている為、使用することが禁じられています。
iframeタグの代わりに、objectタグを使用する事で同じような動作を実現できます。

<iframe src="http://www.yahoo.co.jp/" width="500" height="300"></iframe>

<object data="http://www.yahoo.co.jp/" width="500" height="300" type="text/html"></object>



01-html一般 一覧

Word 2007以降、Excel 2007以降、PowerPoint 2007以降のファイルを正常にダウンロード
iframeタグの代わりに、objectタグ
Webで分数表記
丸ごと記述したいとき
IE8の標準モード
使われていないcssを見つける機能拡張-Firefox
イメージツールバーを消す
Flash上にhtml要素を表示
FileMakerのdbにアクセス
.htaccessで特定ファイルのみアクセス制限をかける
機種依存文字
favicon.icoについて
ルートパスでの画像表示
UTF-8での文字表示


Powered by Movable Type