Archive: Refreshing dir boxes


Refreshing dir boxes
Is it possible to refresh my directory selection boxes in my custom page on pressing tab.

I have 3 dir selection boxes.Also i have change the tab order of the boxes to be 1 after the other.
On changing the first dir box the other 2 boxes should be refreshed.
On pressing enter key it's happening.since i'm able to catch the enter event in my custom leave function.i am not able to catch the tab change event.
Please help me to know whether it could be done.


You'll have to modify the source of InstallOptions. You'd want to have it notify your script when EN_CHANGE is received.