![]() |
<Javascript Command> property |
Specifies a Javascript Command to be executed when the
item comes into a specific state. (see the HELP section for detailed info) |
State: |
Normal
|
Mouse Over
|
Mouse Click
|
Value for Item2: |
change_image(2);
|
change_image(1);
|
alert('Hello!');
|
![]() |
Mouse Click State: | Click on "Item2"
to see the effect of the value "alert('hello!');" |
Mouse Over State: | Move the mouse inside
"Item2" to see the effect of the value "change_image(1);".
This action should change the image located to the right. |
Normal State: | Move in and out of "Item2" to see the effect of the value "change_image(2);". This action should restore the initial image located to the right when the mouse moves out of "Item2". Here, the "normal" state acts as a "mouse out" state only. |