Posts Tagged “JavaScript”
-
Adapting 'Surface Events'
We call Surface Events – or Client-side Events – events that trigger fast and only alter the aspect of the display and/or static contents, and thus don’t require an interaction with the data on the server.
-
Adding a Google Map to a FoxInCloud Form
FoxInCloud supports Google Map in both desktop and Web mode, with a high level of progam and/or user interaction. This post shows how, with very simple code, your application can provide a great map user experience on any device: desktop, browser on desktop or hand-held device.
-
Updating IIS script-mapped extensions handlers using JavaScript
West-Wind Web Connection requires defining, in IIS, script-mapped extensions that execute without checking the existence of a file or folder; this post explains how to achieve that with a JavaScript script executing in Windows Script Host.