- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2014 11:58 AM
I have a script include where the class inherits from AbstractAjaxProcessor, and I call it via a GlideAjax() object. Since it's Ajax, i can't test this from the "Scripts - Background" module. I seem to remember there's some way to pop up a window that lets me do Ajax type calls. Anybody know what that is?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2014 12:29 PM
CTRL+ALT+Shift+J will fire up the client-side javascript executor. That should allow you to issue your GlideAjax calls.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2014 12:29 PM
CTRL+ALT+Shift+J will fire up the client-side javascript executor. That should allow you to issue your GlideAjax calls.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2014 02:47 AM
You'd think they'd teach you this in the scripting course. Very handy thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2015 05:04 AM
Is there a shortcut equivalent for the Mac? This same one doesn't seem to work.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2015 07:35 PM
Sorry, meant to type 'Control+Option/Alt+Shift+J'. Command won't work. I've used this consistently for 5+ years on several Macs so I know it works there.