Dear List,

There are many of good idea in the mailing lists. I found that these aren't implemented into nutch sources. How to intergrate these ideas into nutch (a workflow)? I think there are many people that not have enought time, subversion knowlege, bravery to commit changes etc. to commit changes to the version control. These peoples report the solutions, but not commit to the version control.

Best Regards,
   Ferenc

Christophe Noel wrotte:

Hello,

The *focus* is the component of the graphical user interface <http://en.wikipedia.org/wiki/Graphical_user_interface> which is currently selected (http://en.wikipedia.org/wiki/Focus_%28computing%29).

To give the focus in search.html to the input query , modifications should be the following :

If form name is "search", and if query input is "query" :

Add in the header :
<script>
<!--
function sf(){document.search.query.focus();}
// -->
</script>

Add in the body tag :
<body onLoad=sf()>

We have now a search.html page which focus on query input line.

This is dumb but it seems to me necessary.

Christophe No�l
Search Engines
CETIC
Charleroi
Belgium


-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
Nutch-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nutch-developers



Reply via email to