Why doesn't:
work?Code:function () {alert("Test");} ();
Are you supposed to put a name
?Code:function !!!HERE!!! () {alert("Test");} ();
As if you were doing:
?Code:function test (stringie) {alert (stringie);}
I'm just wondering because sometimes if I want to localize variables I try and use that.



Reply With Quote

Bookmarks