Open a url in a new window or tab after record added |
5/23/2018 3:40:09 AM |
ASPRunner.NET General questions | |
C
ccvvccc author
My aim is to open a url on a new tab on After Record Added" event. |
|
![]() |
Pete K 5/23/2018 |
|
![]() |
Admin 5/23/2018 |
There are two problems here.
|
C
|
ccvvccc author 5/23/2018 |
There are two problems here.
|
![]() |
Admin 5/24/2018 |
I'll try to explain how you can make it work. You still cannot use any Javascript code in AfterAdd event. Javascript only works in Javascript OnLoad event that is executed on the client side.
|
H
|
heilmanmd 6/25/2018 |
For info this is working for me in ASP Runner NET ver 9.8 |
![]() |
Admin 6/26/2018 |
Redirect is not a problem, you can redirect in server side event like AfterAdd. Opening a page in a new tab - that is more complicated. |