C
|
cgphp 6/24/2013 |
You don't need a popup to run an external script. You can use for example the "After record added" event. |
A
|
angelcause author 6/24/2013 |
Please tell the script. What code do I have to write for it to open the link. |
C
|
cgphp 6/24/2013 |
We need more info about this external link. Are your working with a third party service API? |
A
|
angelcause author 6/24/2013 |
We need more info about this external link. Are your working with a third party service API?
|
C
|
cgphp 6/24/2013 |
You can include the script in the "After record added" event as follows: include 'http://www.seher.org/SMSSend.php';; |