I want to develop an application in SmartClient using javascript. In that application, it takes inputs like price range and category. On form submit, without reloading the page it will send request to server and will get the list of items.few of them will be displayed after submit(on step 2) and other will be displayed on 3rd step. And there will be a database query fired after step-2 and step-3
Structure to display items details contains item_pic, Item_name, item_price and availability.
How can i use modality window(in SmartClient) for this?
i saw an example at this URL: http://www.smartclient.com/?skin=Enterprise#modality but i couldnt understand what type of programming is it? and how to use that example to make my application?