B
Brian Henry
If i have a window showing like this
<script>window.showModalDialog('../weblinks/default.aspx','','unadorned:yes'
);</script>
how can i get it to return a value to its calling page? I want to have a
list of values to click in the modal dialog box, and when they click on one
of the values it closes the window and returns the value to the calling
page. How would you do this in ASP.NET? thanks! (i need to use the value in
the asp.net page also once it's returned)
<script>window.showModalDialog('../weblinks/default.aspx','','unadorned:yes'
);</script>
how can i get it to return a value to its calling page? I want to have a
list of values to click in the modal dialog box, and when they click on one
of the values it closes the window and returns the value to the calling
page. How would you do this in ASP.NET? thanks! (i need to use the value in
the asp.net page also once it's returned)