|
O Bahia Links é o sistema de busca dos websites da Bahia.
Se você deseja incluir uma
pesquisa diretamente no seu próprio site, use o
código abaixo! Copie o código e insira ele no
local desejado.
<table width="488" border="0" cellspacing="1" cellpadding="0">
<tr>
<td bgcolor="#FFCC00" height=22 width=234><img src="http://www.bahialinks.com.br/img/logo1.jpg" border="0"></td>
<td bgcolor="#FFCC00" height=22 width=254 valign="top">
<table border=0 cellpadding=0 cellspacing=0>
<form name="frm_pesq" action="http://www.bahialinks.com.br/encontrados.cfm">
<tr>
<td rowspan=3><img src="http://www.bahialinks.com.br/img/nunber_01.gif" width=25 height=53></td>
<td><img src="http://www.bahialinks.com.br/img/nunber_02.gif" width=196 height=15></td>
<td rowspan=3 valign="top"><input type="Image" src="http://www.bahialinks.com.br/img/nunber_03.gif" width=37 height=53 border=0></td>
</tr>
<tr>
<td height="28" valign="top"><input type="text" name="txt_pesq" size="22" maxlength="40"></td>
</tr>
<tr>
<td><img src="http://www.bahialinks.com.br/img/nunber_05.gif" width=196 height=9 onclick="return e_vazio()"></td>
</tr>
</form>
</table>
</td>
</tr>
</table>
<script>
function e_vazio(){
if (frm_pesq.txt_pesq.value == "") {
alert("Para pesquisar digite uma ou mais palavras");
return false;
} else
return true;
}
</script>
O resultado será este:
|