Estoy utilizando el sistema de votos ajaxstarrater_v122, y bueno lo he instalado y todo bien, pero ahora lo enfoco al diseño de mi web y lo muestra pero no hace la funcion de votar... saben el porque?
Aqui muestro el codigo puesto:
index.php Código PHP:
<?php require('_drawrating.php'); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<script type="text/javascript" language="javascript" src="js/behavior.js"></script>
<script type="text/javascript" language="javascript" src="js/rating.js"></script>
<link rel="stylesheet" type="text/css" href="css/rating.css" />
<link href="css.css" rel="stylesheet" type="text/css">
</head>
<?php echo rating_bar('2id',5); ?>