19,800
edits
(does just this work?) |
(reverting to something that half-worked) |
||
| Line 13: | Line 13: | ||
return opt; | return opt; | ||
} | } | ||
var topline = document.getElementById('contentSub'); | |||
ids.topline.style.color = "blue"; | |||
topline.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']; | ||