How to transfer data from one form to other (after a lookup to the original page where the request was made) Javascript and html -


here situation, have page has 3 text fields, , default values, , hyperlink lookup of database, , return parameters page hyperlink accessed , text box must filled looked data ?

we did using window.opener.document.in javascript, parent window elements can accessed child window.

once, value in popup selected, can set follows

window.opener.document.getelementbyid("data").value = <selected value popup> 

Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -