amazingRay
Junior Member
- Jun 15, 2010
- 140
- 25
Asking for help from a webdesigner which has some spare time.
There is a news site, where you can vote thumbs up or down for each comment.
What I need is to put a link on a remote site which when clicked is bindend and will activate the thumbs up/down remotely. As much as I understand it's javascript.
I really would appreciate some help!
Thanks in advance
Sample Link
Here is some code from the first comment:
There is a news site, where you can vote thumbs up or down for each comment.
What I need is to put a link on a remote site which when clicked is bindend and will activate the thumbs up/down remotely. As much as I understand it's javascript.
I really would appreciate some help!
Thanks in advance
Sample Link
Here is some code from the first comment:
Code:
<div class="comment-list-el-votes"><a href="javascript:void(0);" class="comment-list-el-votes-inappr" title="Ziņo redaktoram!" id="comment-thumbs-inappr-43600789" onclick="CommentList.voteInappr('43600789', 'NosÅ«ti redaktoram ziņu, ja uzskati, ka ?is komentÄrs nav piemÄ“rots!')">Ziņo redaktoram!</a><a href="javascript:void(0);" class="comment-list-el-votes-thumbs-up-a" id="comment-thumbs-up-43600789" onclick="CommentList.voteThumbsUp('43600789')">0</a><img src="http://g2.delfi.lv/misc/cc/img/default/vote-separator.gif" alt="" width="1" height="16"><a href="javascript:void(0);" class="comment-list-el-votes-thumbs-down-a" id="comment-thumbs-down-43600789" onclick="CommentList.voteThumbsDown('43600789')">0</a>
<a style="display:none" rel="43600789:0:0"></a>
<div class="quoting_controls comment_colorbox_user cboxElement" onclick="CommentList.setQuote(43600789);" href="#" rel="/misc/cc/lightbox/profile.php?q_id=43600789&st=1:7:42141124&q=true" title="Citēt un atbildēt">
<div class="comment-list-el-votes-quote"></div>
<div class="comment-list-el-votes-quote-text">Citēt un atbildēt</div>
<img src="http://g2.delfi.lv/misc/cc/img/default/vote-separator.gif" alt="" width="1" height="16">
</div>
</div>