document.title = '404 您訪問的不存在或已刪除'; document.write(""); function documentDeleted() { if ('jQuery' in window) { $(function () { $("body").html(''); $("title").html('404 您訪問的不存在或已刪除'); $("body").append([ '' ].join("\r\n")); $("body").append([ '
', '
', ' ', '
', '
', ' 首頁', '
', '
', ].join('')); $("body").height("400px"); $("body").css("backgroundColor", "#fff"); $("body").show(); }) } else { setTimeout(function () { documentDeleted(); }, 100); } } setTimeout(function () { documentDeleted(); }, 100);