JavaScript Editor Ajax toolkit     Ajax website 



Main Page

Conditionally executes a group of statements, depending on the value of an expression.

if (condition)
      statement1
[else
      statement2] 

Expand imageArguments

Expand imageRemarks

Expand imageExample

Expand imageRequirements

Expand imageSee Also



JavaScript Editor Ajax toolkit     Ajax website


©