19,800
edits
(test 4) |
(probably don't need the newline now) |
||
| Line 14: | Line 14: | ||
} | } | ||
var toptable = document.getElementById('contentSub'); | var toptable = document.getElementById('contentSub'); | ||
toptable.innerText = 'This is a test | toptable.innerText = 'This is a test'; | ||
if (document.forms['powersearch']) | if (document.forms['powersearch']) | ||
var searchForm = document.forms['powersearch']; | var searchForm = document.forms['powersearch']; | ||