|
C
|
cgphp 11/8/2011 |
|
"Client before" and "Client after" are sections for JS only. |
|
|
|
Sergey Kornilov admin 11/8/2011 |
|
Consider passing the value of this session variable from OnServer to ClientAfter event. $result["id"] = $_SESSION['MasterQRID'];
window.location.href="QuoteRequests_view.asp?editid1=" + result["id"]; |
|