Home : Products : Gossamer Links : Discussions :

Products: Gossamer Links: Discussions: Re: [pugdog] Yahoo & Altavista: Edit Log

Here is the list of edits for this post
Re: [pugdog] Yahoo & Altavista
Quote:
That's a really neat idea :)

You didn't know that could be done? Smile

To save having to add a name to all your forms it would be best to tweak that javascript to:

document.forms[0].query.focus();

....of course it assumes the search box is the first form on the page.

That's just an optional extra anyway.

Btw, the javascript can be written as..

document.form_name.query.focus();

...the "forms." part can be left out.

Last edited by:

Paul: May 1, 2003, 5:39 AM

Edit Log: