<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body>Hi Bill<BR>
&gt; So, I now have "display: none" on the advanced form to prevent it from<BR>&gt; initially displaying, but that makes the form not display if<BR>&gt; javascript is disabled.<BR>&gt; Bill Moseley<BR>&gt; moseley@hank.org<BR><BR>
OK, here you are. You need to change your routine.<BR>
I use this strategy to display&nbsp;a warning message <BR>
for javascript disabled browsers.<BR>
&nbsp;<BR>
1. Set the advanced form to&nbsp;get displayed by default.<BR>
2. Add&nbsp;this&nbsp;line&nbsp;of code in your script:<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;document.getElementById("advanced").style.display="none"<BR>
you're done!<BR>
&nbsp;<BR>
Cheers<BR>
<BR>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Troy&nbsp;III<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;progressive&nbsp;art&nbsp;enterprise <BR>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<BR><br /><hr />Live Search: New search found <a href='http://get.live.com/search/overview ' target='_new'>Try it!</a></body>
</html>