|
-
Dec 16th, 2004, 10:38 PM
#1
Thread Starter
Addicted Member
Page values reset after opening a new window
I have an online form. On page_load, I load attributes of 3 buttons on my form to open another window which will allow the user to make choices which then get returned to the main window. The code is as follows:
btnAddBuilding.attributes.add("OnClick", "window.open('BuildingSelect.aspx','BuildingSelect','height=480,width,width=550')
and repeated for the other 2 buttons.
When running the application, the first time you press the button and return a value, everything is fine, values in textboxes get populated and all is good so far.
When you click on another button though, or even the same one to change the values, the main page refreshes when the new webpage loads and all the values get wiped out.
How can I prevent my values from disappearing?
Any help would be appreciated.
Thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|