Change the form action. Here is the original:
<form action="<%db_cgi_url%>/search.cgi" method="GET">
Change the <%db_cgi_url%> to point to the site you want to search, without the <> brackets, as Links uses those so it knows to change that to the site address.
Leonard
aka PerlFlunkie
<form action="<%db_cgi_url%>/search.cgi" method="GET">
Change the <%db_cgi_url%> to point to the site you want to search, without the <> brackets, as Links uses those so it knows to change that to the site address.
Leonard
aka PerlFlunkie