I am intending to develop a Finite State Machine in the following manner.
- Extract Control IDs from a --> web-page,
- Write control IDs to a XML --> Controls-XML.
- Manually declare States and Transition in the --> Controls-XML
- Scan Controls-XML and attach pre-declared Jscript to eventhandlers embed them in the --> web-page.. 5.
How feasible this would be..
Am I getting into can of worms ?