home *** CD-ROM | disk | FTP | other *** search
- if(_root.userid == "null" or _root.userid == undefined)
- {
- gotoAndStop("loginF");
- }
- else if(_root.userid != "null" && _root.userid != undefined)
- {
- _root.pointCheck.load(_root.callURL + "singleGameRank_Check.jsp?gameid=" + _root.gamename + "&point=" + _root.point_df);
- }
- _root.test += "\n" + _root.callURL + "singleGameRank_Check.jsp?gameid=" + _root.gamename + "&point=" + _root.point_df;
-