Ciao ragazzi, mi dareste una mano a capire perché questo script non funziona?
PAGINA PRINCIPALE
codice:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script src="jquery-latest.js" type="text/javascript"></script>
<script type="text/javascript">
function loadVoto(id,voto) {
$("#contentArea").load("voto.asp?id="+id+"&voto="+voto+"");
}
</script>
</head>
<body>
<div id="contentArea">
<% id = 19
s = 1
%>
[img]pictures/stargrey.jpg[/img]
</div>
</body>
</html>
PAGINA DA INSERIRE DINAMICAMENTE
codice:
[img]pictures/stargrey.jpg[/img]
Questo codice non funziona!!!
PERCHE'???