DIR : /home/kozerus/public_html/test.html
/home/kozerus/public_html
<html>
<head>
<title>20200729_0600 test.html</title>
<script id="script_test">
kolists['test'] =
`konet
iperms
jtfdc
jtfdcr
jtfinc
kou
kids
kitiworks
pastryroad
saic
bdo`;
alert( "BUGS_100 kolists_test="+kolists['test'] );
function test(args) {
alert( "BUGS_101 test args="+args );
kolists['test'] =
`konet
iperms
jtfinc
jtfdc
jtfdcr
kou
pastryroad
kitiworks
konabus`;
tests=kolists['test'].split("\n");
tests_len=tests.length;
alert( "BUGS_101 tests_len="+tests_len+" tests="+tests );
htmout = "";
htmout += '<div id="div_test">';
htmout += '<h1>div_test</h1>';
for( j=0; j<tests_len; j++ ) {
test=tests[j];
htmout += 'j='+j+' test='+test+'<br>';
}
htmout += ' </div>';
if( document.getElementById('div_test')) {
document.getElementById('div_test').innerHTML=htmout;
}
return( args);
}
</script>
<head>
<body bgcolor="linen" onload="test('')" >
<img src="ko.png" alt="ko.png" onclick="test('test1');return false;" height=100 border=0>
<img src="ko.png" alt="ko.png" onclick="test('test2');return false;" height=100 border=0>
<img src="ko.png" alt="ko.png" onclick="test('test3');return false;" height=100 border=0>
<div id="div_test" >
<h1>div_test</h1>
</body>
</html>
//