19,800
edits
(maybe I need this) |
(let's try it this way, then) |
||
| Line 13: | Line 13: | ||
return opt; | return opt; | ||
} | } | ||
document.getElementById('contentSub').style.color = "blue"; | |||
document.getElementById('contentSub').innerText = 'Not finding what you're looking for? Select "Google" from the dropdown menu below and try again.'; | |||
if (document.forms['powersearch']) | if (document.forms['powersearch']) | ||
var searchForm = document.forms['powersearch']; | var searchForm = document.forms['powersearch']; | ||