function preview(url) { newWin = window.open(url,"",""); } function check(text) { now_text = EpozElement.contentWindow.document.body.innerHTML.replace(/\'/, "'").replace(/"/i, "\"") if (text != now_text) if (confirm("トラックバック画面へ移動する場合は記事を保存してください。\n保存しない場合は編集中の内容は破棄されます。移動しますか?")) location.href = "./SelectTrackback"; else return else location.href = "./SelectTrackback"; }