skibascott
IS-IT--Management
I have an intranet page with a select box that is populated with records from a database using asp. When an item is selected the values associated with the selected item are displayed on the page with javascript. On the same page I also have an iframe that I would like to load documents that are associated with the selected item. I need to pass a value to the document in the iframe in order to specify what to display in the iframe. I can do this with a form and submit.
But, I would like to avoid the form and submit if possible because when the submit button is clicked the main page reloads and I lose the selected item and the values displayed with that item.
Is it at all possible to pass this value to another page(the asp page loaded into the iframe) without the main page refreshing?
But, I would like to avoid the form and submit if possible because when the submit button is clicked the main page reloads and I lose the selected item and the values displayed with that item.
Is it at all possible to pass this value to another page(the asp page loaded into the iframe) without the main page refreshing?