クッキーのデータを消去する


動作ブラウザ 【 IE:3.0  NN:2.0
Internet Explorer Netscape Navigator DreamPassport iCab
3.0x 4.0x 4.5 5.0x 5.5 2.0x 3.0x 4.0x 4.x 6.0 2 3 2.x
Windows - - × -
Macintosh - - -
UNIX - - - - - - - -
Dreamcast - - - - - - - - - - × × -

ポイント theName = "Age"; document.cookie = theName + "=;expires=Thu,01-Jan-70 00:00:01 GMT";
説  明 クッキーに保存したデータを削除するには、現在の時間より前の日時をデータ名とともにクッキーファイルに書き込みます。データは即座に削除されずブラウザ終了時に期限切れの場合に初めて削除されます。
サンプル <html> <head> <title>クッキーのデータを消去する</title> <script language="JavaScript"><!-- function delData() { theName = "Age"; document.cookie = theName + "=;expires=Thu,01-Jan-70 00:00:01 GMT"; } // --></script> </head> <body> <form name="myFORM"> <input type="text" name="age"> <input type="button" value="データ消去" onClick="delData()"> </form> </body> </html>
補足説明 なし

■サンプルスクリプトを実行する >>実行
■各ブラウザでの動作結果を見る >>View!

写真素材 PIXTA