Brent,

Did you intend to start using this in some searches?  I think it's great.


> + function setSearchWindowText(text, autoselect)
> + {
> +   document.deff.q.value = text;
> +   if (typeof autoselect != "undefined" && autoselect == true) {
> +     document.deff.q.createTextRange().select();
> +   }
> + }



-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
DQSD-Devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dqsd-devel

Reply via email to