Does anyone know a reason why this javascript file in its original
form would not function in firefox?
I have no other javascript running on the page. The same page works
just fine in IE.
here is the html:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://
www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
</head>
<body marginheight="0" topmargin="0" >
<!-- Style Sheet for the type as you go feature -->
<link href="/search_dropdown.css" rel="stylesheet" type="text/css" />
<!--- Search --->
<div id="rest" class="noDisplay_print">
<form method="get" name="gs" action="http://search.xxxx.com/search"
target="_top">
<div class="search2"><label for="xxxx_search">Enter Search Text</
label><label for="searchbutton">SubmitSearch</label></div>
<input type="text" size="25" name="q" id="xxxx_search" alt="Enter
search text" />
<input value="date:D:L:d1" name="sort" type="hidden" />
<input value="xml_no_dtd" name="output" type="hidden" />
<input value="iso-8859-1" name="ie" type="hidden" />
<input value="iso-8859-1" name="oe" type="hidden" />
<input value="www" name="client" type="hidden" />
<input value="www" name="proxystylesheet" type="hidden" />
<input value="default" name="site" type="hidden" />
<input value="btnG" type="image" src="/images/searchbutton4.gif"
width="42" height="18" alt="Search" border="0" id="searchbutton"/>
</form>
<script language="javascript" src="/suggest_js.js"></script><script
language="javascript">
sgst('q');
sgst('token');
</script>
<div id="advance_search" ><a href="/search/advanced.html"
class="search"> Advanced Search</a></div>
</div>
<br/>
</body>
</html>