Yes I figured I get it in the new build first and then
work on replacing all the document.deff.q ... stuff in
the searches later.  But if you want to postpone the
build we could work on it now.

Brent

--- Glenn Carr <[EMAIL PROTECTED]> wrote:
> 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


__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com


-------------------------------------------------------
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