You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
598 B

<%@ Page Language="vb" Inherits="vb_Vote" Src="vb_Vote.aspx.vb" %>
<html>
<head runat="server">
<script language="javascript">
var isFirefox = ( ( navigator.userAgent.indexOf ( "Firefox" ) != -1 ) && ( parseInt ( navigator.userAgent.charAt ( navigator.userAgent.indexOf ( "Firefox" ) + 8 ) ) >= 1 ) ) ? true : false;
function callbackVote(str){
var j = 0;
var temp = document.getElementById("t" + str).firstChild.firstChild;
if (temp == null){
if (isFirefox) {
temp = document.getElementById("t" + str).firstChild.nextSibling.firstChild;
while (temp.nextSibling.nextSibling != null){