シコウ@リワマヒ国スケジュール帳(テスト版)
テスト
最終更新:
shikoh
-
view
火狐さん……
1、3、4、は動きます。ただ、開いたページはCGI呼び出しエラー(普通にリンクを貼った時と同じ画面)です。
2は反応なし。
2は反応なし。
が、がんばれファイヤフォックス。
テスト4
html2 plugin Error : このプラグインで利用できない命令または文字列が入っています。コード4
*テスト4
#html2(){
<a href="javascript:void(window.location.href='http://www2s.biglobe.ne.jp/~gokou/riwamahi_chat/index.cgi')">ダイスチャット</a>
}
テスト3
html2 plugin Error : このプラグインで利用できない命令または文字列が入っています。コード3
*テスト3
#html2(){
<a href="javascript:window.location.href='http://www2s.biglobe.ne.jp/~gokou/riwamahi_chat/index.cgi';">ダイスチャット</a>
}
↓出力↓
<h2 id="id_aeb2d010">テスト3</h2> <a href= "javascript:window.location.href='http://www2s.biglobe.ne.jp/~gokou/riwamahi_chat/index.cgi';"> ダイスチャット</a>
テスト2
html2 plugin Error : このプラグインで利用できない命令または文字列が入っています。コード2
*テスト2
#html2(){
<a href="javascript:window.location.href('http://www2s.biglobe.ne.jp/~gokou/riwamahi_chat/index.cgi');">ダイスチャット</a>
}
↓出力↓
<h2 id="id_0a93b554">テスト2</h2>
<a href=
"javascript:window.location.href('http://www2s.biglobe.ne.jp/~gokou/riwamahi_chat/index.cgi');">
ダイスチャット</a>
<br />
テスト
html2 plugin Error : このプラグインで利用できない命令または文字列が入っています。コード
*テスト
#html2(){
<a href="javascript:window.open('http://www2s.biglobe.ne.jp/~gokou/riwamahi_chat/index.cgi');location.history(-1);">ダイスチャット</a>
}
↓出力↓
<h2 id="id_7a9cfc57">テスト</h2>
<a href=
"javascript:window.open('http://www2s.biglobe.ne.jp/~gokou/riwamahi_chat/index.cgi');location.history(-1);">
ダイスチャット</a>
<br />