![]() |
Sergey Kornilov admin 12/30/2013 |
ClientBefore code doesn't make any sense, feel free to get rid of it. |
D
|
dclex author 12/30/2013 |
I removed the Client Before. |
![]() |
Sergey Kornilov admin 12/30/2013 |
You original ClientAfter code looks right because it uses report page URL. Besides that your new Javascript code won't work. You have removed the single quote after ~ character which is wrong. location.href='Page_report.php?q=(ScheduleID~equals~'+result["ScheduleID"]+')'; |
D
|
dclex author 12/30/2013 |
Sergey, That worked. Thank you for answering the question. Learning to use phprunner and coding is an enjoyable process. Your patients is appreciated. |
![]() |
Sergey Kornilov admin 12/30/2013 |
You need to hit CTRL+F5 to fully reload the page or, better yet, cleat browser's cache via CTRL+SHIFT+DEL. |