-21,13 +21,13 |
var w = window.open("", "Preview", "width=640,height=480,resizable=1,statusbar=1,scrollbars=1"); |
w.focus(); |
|
# 이 아래 두 줄을 수정해 준다. 이 때 "["와 "]"는 "<"와 ">"로 바꾸어 준다. (이 주석문은 코드에 삽입하지 말 것) |
var body = '[html][head][title]Wiki Preview[/title][meta http-equiv="Content-Type" content="text/html; charset=$HttpCharset"][/head]'; |
body += '[body][form method="post" action="$ScriptName" accept-charset="$HttpCharset"]'; |
body += '[input type="hidden" name="id" value="$id"]'; |
var body = '<html><head><title>Wiki Preview</title><meta http-equiv="Content-Type" content="text/html; charset=$HttpCharset"></head>'; |
body += '<body><form method="post" action="$ScriptName" accept-charset="$HttpCharset">'; |
body += '<input type="hidden" name="id" value="$id">'; |
... |
} |
}}} |
|
=== # 추가 업데이트 내역 === |
|
=== # 사용자 의견 === |