\n'); } function mainserverim_DoFSCommand(command, args) { if(myid>0) { getflashover = 1; //cookie中读取到gid,设置到主服务器上去 set_gid_to_master(); return; } if(command=="firstget") { var arr = args.split(" "); var now_flash = document.getElementById("mainserverim").movie; myid = arr[0]; if(now_flash!="images/guest.swf") { //alert(myid); if(myid>0) { getflashover = 1; } else { display_status(infos[18]+".."); display_msg_center(infos[18]+".."); //主服务器的flash中没有读取到gid,则再到分组上读取 try { document.getElementById("mainserverim").movie = "images/guest.swf"; document.getElementById("mainserverim").SetVariable("first_get", 1); } catch(e) { getflashover = 1; } } } else { if(myid>0) { getflashover = 1; //分组flash中读取到gid,设置到主服务器上去 set_gid_to_master(); } else { getflashover = 1; } } } } var isIE = (document.all)?1:0; var xmlhttp = null; if(isIE) { xmlhttp = new ActiveXObject("Microsoft.XMLHTTP"); } else { xmlhttp = new XMLHttpRequest(); }
| 非常满意 较好 一般 较差 恶劣 |