Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ToggleDisplay function
Message
General information
Forum:
ASP.NET
Category:
Client-side development
Environment versions
OS:
Windows XP
Database:
MS SQL Server
Miscellaneous
Thread ID:
01302997
Message ID:
01303243
Views:
11
>JavaScript has an arguments collection that receives all parameters passed to it:
>
>
>function CheckArgs()
>{
>   for(var x=0; x<arguments.length; x++)
>   {
>      alert(arguments[x]);
>   }
>}
>
>
>
>You can also have actual parameters but pass more than the parameter list. They'll all show up in the arguments array in client script.
>
>
>
>+++ Rick ---
>

Yes, I figured this already by looking at the sample I found in NET...
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform