Sorry if this post is a little vague.
I am trying to work out how to populate another part of the current webpage, with out reloading the page again, by posting to and calling data from the server.
For example
A warranty check on a suppliers website would have a form containing a Drop Down to select the Product. Once this was selected a another drop down would be shown to select the model type based on the product. and then a input box to enter the serial number.
What I am looking to do is to send the Product value back to the server and then the server return the html code to display the drop down for the Model Type.
What I don't want to do is reload the page again, or use Iframes (this data needs to be part of the form data), or try to include all combinations or Products and Model Types in the initial page to be downloaded - this would take too long.
How can this be achieved ? what controls (SPAN,DIV etc) allow you to replace their contents with the results of a call to the server.?
Thanks
David
PS I'm using ASP & VBscript and IE only
I am trying to work out how to populate another part of the current webpage, with out reloading the page again, by posting to and calling data from the server.
For example
A warranty check on a suppliers website would have a form containing a Drop Down to select the Product. Once this was selected a another drop down would be shown to select the model type based on the product. and then a input box to enter the serial number.
What I am looking to do is to send the Product value back to the server and then the server return the html code to display the drop down for the Model Type.
What I don't want to do is reload the page again, or use Iframes (this data needs to be part of the form data), or try to include all combinations or Products and Model Types in the initial page to be downloaded - this would take too long.
How can this be achieved ? what controls (SPAN,DIV etc) allow you to replace their contents with the results of a call to the server.?
Thanks
David
PS I'm using ASP & VBscript and IE only