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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Refreshing the window

Status
Not open for further replies.

rchen

IS-IT--Management
Mar 7, 2003
16
0
0
SG
I have a combo box that relies on the start date. If the user changes the start date then the combo box must be refreshed. I figured the only way you could do this is to refresh the window. Can anyone help me write the code to o this?

 
What you need is some client-side code. In an on-change event for the selected list box you would then use the submit method for the form that the listbox is contained within. Alternatively you might be abl to do it all client-side.

James :) James Culshaw
jculshaw@active-data-solutions.co.uk
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top