Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations JAE on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

JavaScript Question

Status
Not open for further replies.

Floghe

Computer
Joined
Jul 5, 2005
Messages
1
Location
TT
Is it possible to implement a finite state machine using javascript. Your comments would be greatly appreciated. Thanks.
 
Hi-

In a word, yes. You can pass variables to and from the
client script. Or, you can base your state machine on
time and events. The events can then through other
exceptions, back on itself. Other events can then be
used to pass it though the states of the events.

Cheers,
Rich S.
 
If you are running on windows, you can run the script in WSH on the command prompt to check for syntax errors.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top