Hi,
I have the following Javascript code for loading my Google custom search:
Search = '<form action="http://www.ututorial.net/search" id="cse-search-box"><div><input type="hidden" name="cx" value="partner-pub-3996237323979957:tenb6ft9bbh" /><input type="hidden" name="cof" value="FORID:10" /><input type="hidden" name="ie" value="ISO-8859-1" /><input type="text" name="q" size="31" /><input type="submit" name="sa" value="Search" /></div></form><script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&lang=en"></script>';
function set() {
document.getElementById('Search_Content').innerHTML = Search;
}
This works fine in Firefox but in IE i get 'error on page' warning and the box doesn't load. Is this a bug in IE or a code problem?
Regards,
Sam Rudge