Id like it when the page load to have the field focus in the search box like google or yahoo does.
I asked about this last time and i got this response
to set focus on the search box open ..._list.asp file, locate following line:
QUOTE
if Request.Form<>"" or Request.QueryString<>"" then Response.Write(" onLoad=""if (document.frmAdmin.SearchFor != null) document.frmAdmin.SearchFor.focus();""")
and replace it with this one:
QUOTE
Response.Write(" onLoad=""if (document.frmAdmin.SearchFor != null) document.frmAdmin.SearchFor.focus();""")
however when I try this it doesnt seem to work. Is there something I am doing wrong?
Thanks
Steve