Problem in search
hi all,
i write the code for the search module in for my website project. the code is working fine and fetch the data for the corresponding keywords. the problem is, i my code i replace all the html tags by empty strings. using the follwing line,
replaceAll("<a>"," ");
my problem is i have one line in my html page,
<a href="javascript:#" class="content" onclick="MM_openBrWindow('saudi_arabia_distribut.html','','scrollbars=yes,width=620,height=199')">
Saudi Arabia
</a>
if i search for a Saudi Arabis it returns the value of the <A> tag.
any one can guid eme to solve this problem.
thanx for advance.
Bala

