I came across with this weird IE bug(occurs in IE-6 and IE-7 not in IE-8) that throws a File Download Security Warning on form post. This is the code for the corresponding action inside controller def update respond_to do |format| format.js {....} for...
- コメント数 (0)
- クリップ数 (0)
- アクセス数 (1083)
-
- zegenvs
- 2724ポイント
- 投稿時間:2009/09/03 18:54
format.jsよりもformat.htmlを先に記載しないとIE6,7でformat.jsと解釈されてしまう
- コメント
- 外部サイトでの評判
0
コメント
0
コメント
0
コメント
0
コメント
0
コメント
0
コメント
(2009/03/25 14:06)
by cyokodog
- 0クリップ
- 1877アクセス
- プログラミング / 開発言語 / JavaScript
0
コメント
0
コメント
1
コメント
0
コメント

