This topic is locked

focus in search box

8/15/2006 2:48:41 PM
ASPRunnerPro General questions
S
SteveL author

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

J
Jane 8/16/2006

Steve,
this workaround works for me.

Did you rebuild pages after changes?