I have an asp page (asp1) in which a link invokes the window.open function for another asp (asp2) page.
the user then can invoke stored procedures from a submit button on asp1 that changes the underlying data for asp2 (still opened).
How can I get asp2 to refresh when the submit button is pressed on asp1 that invokes the data change?
the user then can invoke stored procedures from a submit button on asp1 that changes the underlying data for asp2 (still opened).
How can I get asp2 to refresh when the submit button is pressed on asp1 that invokes the data change?