In-Reply-To: <[EMAIL PROTECTED]>
"Joe R. Jah" <[EMAIL PROTECTED]> wrote:
>
> Edit the following lines in htsearch/Display.cc and
> libhtdig/ResultFetch.cc:
> 
>     *str << "<select name=\"format\">\n";
>     *str << "<select name=\"method\">\n";
>     *str << "<select name=\"sort\">\n";
> 
> To:
> 
>     *str << "<select id=\"format\" name=\"format\">\n";
>     *str << "<select id=\"method\" name=\"method\">\n";
>     *str << "<select id=\"sort\" name=\"sort\">\n";
> 
> Recompile and install.

Except that - if I remember correctly - at least one version of 
IE will mess this up, since it gets its namespaces in a twist. 

So: either do extensive checks to see whether I'm talking 
cobblers, or give *different* values for id and name :)

Mike



-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
ht://Dig general mailing list: <[EMAIL PROTECTED]>
ht://Dig FAQ: http://htdig.sourceforge.net/FAQ.html
List information (subscribe/unsubscribe, etc.)
https://lists.sourceforge.net/lists/listinfo/htdig-general

Reply via email to