I have a page where users submit data. On the page the user has to enter an ID of a book. If they do not know the ID, I want them to be able to click find and a new pop up window appears with search facilities. I then need to pass the book id back to the original page.
I know that it can be done easily (i.e. by form or querystring) but im not sure on the best process. What I want to happen is that when the user finds and selects the correct book (in the pop up window), the ID is inserted into the original textbox (on the main input page) without re-submitting the page and therefore having to refresh it (I hope that made sense). Is this possible?
I know that it can be done easily (i.e. by form or querystring) but im not sure on the best process. What I want to happen is that when the user finds and selects the correct book (in the pop up window), the ID is inserted into the original textbox (on the main input page) without re-submitting the page and therefore having to refresh it (I hope that made sense). Is this possible?