- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-30-2014 12:16 PM
I have to call a GlideWIndow through onChange().
How is this possible? Any idea?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2014 05:56 AM
You can call the macro function from CS.
Macro:
<script>
function a()
{}
</script>
Client script:
you have to call that a function from CS
a();
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2014 05:56 AM
You can call the macro function from CS.
Macro:
<script>
function a()
{}
</script>
Client script:
you have to call that a function from CS
a();
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-14-2014 07:57 AM
I would appreciate if you can mark my answer as correct if it resolves your issue.
Thanks,
Fathah.