| | |
Transfer Data From Pop Up To Main Page
Please support our ASP advertiser: $4.95 a Month - ASP.NET Web Hosting – Click Here!
Thread Solved
![]() |
Can I transfer some data, which the user enters into a pop up window, to the page which called the pop-up window ? The Main page is in a frame. When the user clicks a button on the main page, a pop-up opens showing some choices. After the user selects the choice from the pop-up, the pop up is closed automatically and the main page shows the user's choice.
Can this be done using ASP/Javascript ?
Can this be done using ASP/Javascript ?
Yes, say you had a drop down list in the pop up window and a text box in the main page (that's in a frame but it works for me) using this javascript
ASP Syntax (Toggle Plain Text)
window.opener.document.getElementById("myInputText").value = document.getElementById("mySelectElement").value;
Last edited by hollystyles; Apr 27th, 2007 at 7:06 pm.
Yes using the same technique. But I can't give code because it depends how you are generating the checkboxes. You will need to post your code for me to see first.
![]() |
Similar Threads
- Transfer data between pages (ASP.NET)
- Opening Blank Page from within Pop-up (HTML and CSS)
- Transfer Data from Pop-up to Main Page (JavaScript / DHTML / AJAX)
- transfer data from an asp .net page into a javasscript script (ASP.NET)
- My main page is "http://rl.webtracer.cc/-/?bayzm" no matter what i do to change it... (Viruses, Spyware and other Nasties)
Other Threads in the ASP Forum
- Previous Thread: ASP tutorial
- Next Thread: Insert Encrypted Password
| Thread Tools | Search this Thread |
archive asp aspandmssqlserver2005 aspandmssqlserver2005connection aspconnection connection database databaseconnection dreamweaver excel fso msmsql mssql2005 mssqlserver2005 mssqlserver2005andasp mssqlserverandasp opentextfile record searchbox selectoption single specfic sqlserver sqlserverconnection






