Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
retrieve value from popup
Name: andybr Date: May 2, 2009 at 11:35:02 Pacific OS: ms server 2003 Subcategory: Javascript/Ajax
Comment:
Hi. I have a form (name="test"). In it, there is manny inputs. To make it easy, there is a buttom beside the input, opening a popup window. In the popup window, I connect's a DB, and find a value I will pass to the form.
The link passes a value ex a ID to the spessific input on the form.
Summary: //This example shows that how to store and retrieve data from cookies. // http://www.hanusoftware.com private void Page_Load(object sender, System.EventArgs e) { // Put user code to initialize the ...
Summary: This post is referring an older post titled "Reload other page from popup window" with the question "how do i refresh a window from a popup window?" The following works great in Safari even after embe...
Summary: hi, how do i refresh a window from a popup window? the main window is a framed window. I want to reload the frame='mrm_main' from the popup window when closing by using: close window ...