Hi,
In my application,I need to select a network and number of contacts and have to submit.If i select "aircel" and 30 contacts,my
servlet program will dial 30 numbers.And then I need to display which network is selected and this frame should be refreshed for every 5 seconds.So i put two frames (top to select and bottom to display which is selected).After this if i select any network in the top frame,It again produces another frame to display which network is selected.So i am having 3 frames in this situation.How can i do this without producing that 3rd frame?
Any help would be appreciated.
Thanks