valuemeal
01-13-2008, 04:23 PM
Hello, everyone!
I found this code here (http://sharetv.org/shows/batman), to allow users to rate certain pages. Can anyone instruct me on how to use it?
I tried finding the source code and personalizing it, but it doesn't work.
Here is what I've been trying to work with:
<table style="border:1px solid #ccc;text-align:center;font-family:arial;font-size:13px" cellpadding=1 cellspacing=2 width=100>
<tr><td style="background:#ccc" colspan=4 align="center"><i style="font-size:10px">Show Rating</i></td></tr>
<tr id="loader" style="display:none"><td colspan=4 align="center"><img id='loading' src="/images/loading.gif" width=16 height=16 style="padding:4px"></td></tr>
<tr id="voting">
<td><a href="#" onClick='sendVote("m","guest",1); return false'><img src="/images/hateit.gif" width=21 height=18 border=0 title="Hate it" style="padding:3px"></a></td>
<td width=15><b id="hate" style="color:red">1</b></td>
<td width=15><b id="love" style="color:green">57</b></td>
<td><a href="#" onClick='sendVote("m","guest",2); return false;'><img src="/images/loveit.gif" width=21 height=18 border=0 title="Love it" style="padding:3px"></a></td>
</tr>
</table>
Any help would be appreciated!
I found this code here (http://sharetv.org/shows/batman), to allow users to rate certain pages. Can anyone instruct me on how to use it?
I tried finding the source code and personalizing it, but it doesn't work.
Here is what I've been trying to work with:
<table style="border:1px solid #ccc;text-align:center;font-family:arial;font-size:13px" cellpadding=1 cellspacing=2 width=100>
<tr><td style="background:#ccc" colspan=4 align="center"><i style="font-size:10px">Show Rating</i></td></tr>
<tr id="loader" style="display:none"><td colspan=4 align="center"><img id='loading' src="/images/loading.gif" width=16 height=16 style="padding:4px"></td></tr>
<tr id="voting">
<td><a href="#" onClick='sendVote("m","guest",1); return false'><img src="/images/hateit.gif" width=21 height=18 border=0 title="Hate it" style="padding:3px"></a></td>
<td width=15><b id="hate" style="color:red">1</b></td>
<td width=15><b id="love" style="color:green">57</b></td>
<td><a href="#" onClick='sendVote("m","guest",2); return false;'><img src="/images/loveit.gif" width=21 height=18 border=0 title="Love it" style="padding:3px"></a></td>
</tr>
</table>
Any help would be appreciated!