Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ToggleDisplay function
Message
Information générale
Forum:
ASP.NET
Catégorie:
Client-side développement
Versions des environnements
OS:
Windows XP
Database:
MS SQL Server
Divers
Thread ID:
01302997
Message ID:
01303243
Vues:
12
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform