Q
Qweertz
I have a main.aspx which contains label and button.
When I click on button, javascript opens new window (window.aspx).
Window has textbox and button.
When I click on the button in window, I want it to close the window and copy
text from textbox to a label of main.aspx.
How to do this?
I tried by saving text into a session variable, but I don't know how to
refresh label.
Please help, I'm desperate.
When I click on button, javascript opens new window (window.aspx).
Window has textbox and button.
When I click on the button in window, I want it to close the window and copy
text from textbox to a label of main.aspx.
How to do this?
I tried by saving text into a session variable, but I don't know how to
refresh label.
Please help, I'm desperate.