S
|
SteveL author 7/13/2006 |
is it possible to use events to make the mouse pointer point to a specfic field by default on load? I think there should be some way to do this with events but I'm not sure. Thanks
|
J
|
Jane 7/14/2006 |
Steve, if Request.Form<>"" or Request.QueryString<>"" then Response.Write(" onLoad=""if (document.frmAdmin.SearchFor != null) document.frmAdmin.SearchFor.focus();""")
Response.Write(" onLoad=""if (document.frmAdmin.SearchFor != null) document.frmAdmin.SearchFor.focus();""")
|
S
|
SteveL author 7/14/2006 |
Steve, to set focus on the search box open ..._list.asp file, locate following line: and replace it with this one: To highlight filled records modify looprs function manually in the generated ..._list.asp file.
|