Es un cohinero que no he estructurado es mas ni es la pagina pero queria ver si jalaba el codigo y no :( no funciona
Código PHP:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
<script language="JavaScript1.2">
var url="http://www.tu_sitio.com"
var titulo="Tu Sitio Web"
function agregar(){
if (document.all)
window.external.AddFavorite(url,titulo)
}
</script>
<style type="text/css">
<!--
.style2 {font-family: Helvetica; font-size: 14px; font-weight: bold; }
.style12 {font-size: 13px; font-family: "Century Gothic";}
.style16 {
font-size: 13px;
font-family: "Century Gothic";
font-weight: bold;
color: #FFFFFF;
}
a:link {
text-decoration: none;
color: #FFFFFF;
}
a:visited {
text-decoration: none;
color: #FFFFFF;
}
a:hover {
text-decoration: none;
color: #FF0066;
}
a:active {
text-decoration: none;
color: #FFFFFF;
}
-->
</style>
</head>
<body>
<table width="389" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="33"><img src="dos.gif" width="335" height="33" border="0"><img src="uno.gif" width="512" height="33"></td>
</tr>
</table>
<table width="573" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="52" colspan="2" bgcolor="#F2F2F2"><p align="center" class="style2">De que ciudad ó Estado nos visitas:</p> </td>
<td rowspan="2"><p> <img src="../oficina.gif" width="290" height="344"></p>
</td>
</tr>
<tr>
<td colspan="2"><p><form name="form1" method="post" action="">
<p><span class="style12"><br>
</span><span class="style12">
<input name="boton" type="radio" value="tres">
Hermosillo <br>
<input name="boton" type="radio" value="cuatro">
CD. Obregón <br>
<input name="boton" type="radio" value="cinco">
Edo Baja California Sur</span>
<span class="style12">
<br>
<input name="boton" type="radio" value="seis">
Sinaloa
<br>
<input name="boton" type="radio" value="siete">
otro</span>
<br>
</p>
<div align="left">
<input type="submit" name="Submit" value="Votar">
</p>
</div>
</form></td>
</tr>
</table>
<p><script>
if (document.all)
document.write('<a href="javascript:agregar()">Agregar a Favoritos</a>')
</script></p>
</body>
</html>