<form name="search_form" action="search.cfm" method="post">
<input type="text" name="search_text"
onChange="document.search_form.submit();">
</form>
<script language="JavaScript">
document.search_form.search_text.focus();
</script>
I can't think of any way to actually guarantee that the cursor is at the
same position in the text entry field, but this'll do almost what you want.
Of course you'd probably want to do everything you can to cache the query
results for valid things and make good use of your little indexes. I cringe
at the thought of this with even fifty items, especially with more than one
user. ;)
Ed
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.