Guys,
I have a form page which has three select boxes. Using the user selections, I have a javascript function which creates a HTML document and outputs it to the screen using document.write(). A part of this new HTML page is a link back to the forms page using history.back(). However, i would like to clear the select boxes on the forms page so that the user's previous selections are not still selected. I would prefer not to reload the page from the server and it takes time to populate the select boxes.
Can this be done? Mise Le Meas,
Mighty
I have a form page which has three select boxes. Using the user selections, I have a javascript function which creates a HTML document and outputs it to the screen using document.write(). A part of this new HTML page is a link back to the forms page using history.back(). However, i would like to clear the select boxes on the forms page so that the user's previous selections are not still selected. I would prefer not to reload the page from the server and it takes time to populate the select boxes.
Can this be done? Mise Le Meas,
Mighty