home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Classicos
/
croc.swf
/
scripts
/
DefineSprite_11
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-11-08
|
243 b
|
10 lines
function sendStatistic(statName)
{
area = statName;
idNum = Math.random() * 100000;
id = Math.floor(idnum);
loadVariables(link add "?id=" add id,this,"POST");
}
project = "DC_crocGame";
link = "../../php/admin_stats.php";