Hi, I have tried to insert a html Event Attributes on my page. In edit content have design, html code and preview. In preview accepts all Event Attributes but when submit information in the my page appears in the Status Bar Error on Page. It is a system of voting. We have created for our site. This is the code that you want to insert. www.campanas.ws http:// Thanks
<script>
function goupone(){
var a=document.Vote.sky.value;
bi=parseInt(a);
bi=bi+1;
document.Vote.sky.value=bi;
}
</script>
</head>
<table border="1"
cellpadding="5" align="center">
<tr>
<td align="center"><form name="Vote" action="Same;onclick "target="_self">
<input type="text" value="0" name="sky" Size = "5" readonly="true" style="background-color: #ffff99; color: #ff0000; font size:30 align: left " ><br>
<input type="button" value=" Vota Aquí / Vote Here " Size="200" style="background-color: #009999; color: #0000cc;" onClick="goupone();this.style.display='none';">
</form></td>
</tr>
</table>