- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-25-2018 09:51 AM
Can we have the ability to call a Client callable script include from server side like BR?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-25-2018 11:14 AM
You can call Server side script include from a client callable script include using gs.include("ScriptInclude"). Call the client side script include from client side.
You can also Call the server side script include from server scripts.
Thanks,
Kushal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-25-2018 11:05 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-25-2018 11:14 AM
You can call Server side script include from a client callable script include using gs.include("ScriptInclude"). Call the client side script include from client side.
You can also Call the server side script include from server scripts.
Thanks,
Kushal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2022 08:13 PM
@kushal Tayade But the question is can we call client callable script include from server side and you are changing the question.