Hi Kim,
> > added explicit storage of query in the windows
> > autocomplete cache (MSKB:Q329156)
>
> Cool! I assume this means posted-to URLs are stored in
> IEs AutoComplete cache? Does it work for Explorer
> auto-completion of file paths as well?
Actually, it only stores the fields/data from within the actual "deff"
form, which consists only of the "q" (default search) field. The only
thing it will add is the actual text of previous searches.
Do you think it's a good idea to provide indexing of fields to the
search-based forms as well? It could be done manually within your own
code by adding this line:
window.external.AutoCompleteSaveForm(yourFormName);
...immediately before the submitForm() method. OR if we want to
implement it globally we would add it to the submitForm() method
directly.
This would still not actually include the posted-to url's within the
history. It would only add those fields that existed within the search
form - and not the "action" attribute. That could be coded within
submitForm() too - but I think it takes the focus further from the
code.
Something else to consider is that IE's processing of this stuff is
based on the form-fields' name. IOW, anything you submit in DQSD (even
if it is a local file name) will now be added to autocomplete options
for all form fields across the web named "q" (like google's search
box).
I don't personally see this as a problem, but could see where people
might need to be made aware of it.
Speaking of autocomplete - does anyone have any idea how to make it
work with multi-line=true? I *have* to have mine at two lines simply
because of the length of some of the queries I stuff in there - and
would like auto-complete too. Any hope for that?
> > + if (typeof gowidth == "undefined") { gowidth = -1; }
>
> This one I'm not so sure of... People having problems with
> gowidth JScript error popups usually have their machines
> goofed up in one way or another. What are the implications
> of setting it to -1? Or maybe I missed something, and this
> can be a timing issue...?
Ooops. I forgot that was in there. You're welcome to take it out, or I
will if you like. I hadn't removed it again after figuring out how to
put it in for that one request.
As far as I can tell, at it's worst, it would simply set the button to
it's default width and bypass the error that has been randomly
reported.
Regards,
Shawn K. Hall
http://ReliableAnswers.com/
'// ========================================================
"Live your beliefs and you can turn the world around."
-- Henry David Thoreau
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
DQSD-Devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dqsd-devel