version 1.60, 2011/10/08 19:03:11
|
version 1.61, 2011/11/21 01:03:09
|
Line 70 function selwrite(text) {
|
Line 70 function selwrite(text) {
|
} |
} |
|
|
function choicestart() { |
function choicestart() { |
this.window.choices.document.clear(); |
this.window.choices.document.open(); |
choicewrite('<html><body>'); |
choicewrite('<html><body>'); |
choicewrite('<head>'); |
choicewrite('<head>'); |
choicewrite('<style type="text/css">'); |
choicewrite('<style type="text/css">'); |
Line 856 function init() {
|
Line 856 function init() {
|
} |
} |
} |
} |
|
|
this.window.selector.document.clear(); |
this.window.selector.document.open(); |
selwrite('<html><body>'); |
selwrite('<html><body>'); |
selwrite('<head>'); |
selwrite('<head>'); |
selwrite('<style type="text/css">'); |
selwrite('<style type="text/css">'); |