
June 17th, 2003, 04:53 PM
|
|
Registered User
|
|
Join Date: May 2003
Posts: 29
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Is there Javascript to activate asp.net controls?
Whats up everyone.<br><br>I created an icon that when pressed, will open a new window directing the user to another aspx. page (using Javascript). In the new window, I have a text box, and search button that does some code behind work of its own. The search button retrieves a list from the database, and the user selects one of the items in the retrieved data. When they click it, the window will automatically close, and the value of the item they pressed will be put into the textbox on the original screen. This all works fine for me.<br><br>Here is what I would like to do, if possible.....<br><br>When the user selects the item they want from the pop up window, and after the window closes, is there a way (I'd guess using Javascript) to push a button on the original screen under the pop up window.<br><br>So in other words... User clicks icon in window 1. Window 2 pops up. User selects a link in Window 2. Window 2 closes. The value of the link is put into a textbox on Window 1. Then...I want the button next to the textbox on Window 1 to be automatically pressed.<br><br>Any suggestions? I'm coding in VB.net.. but I think this would require Javascript.<br>Any help is appreciated... thank you!<br><br>Vt
|