|
|
|
|
|
|
|
|
|
|
|
|
| Category: Miscellaneous WEBDEV functions |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Calls an external ASP script and returns the result page in the current browser window. |
|
|
|
|
|
|
|
| Calls an external .asp script and returns the result in a string. |
|
|
|
|
|
|
|
| Checks whether the CapsLock key is pressed. |
|
|
|
|
|
|
|
| Returns information about the certificate used by the client computer. |
|
|
|
|
|
|
|
| Returns a color found in the current palette. |
|
|
|
|
|
|
|
| Returns the number of instances of the WEBDEV site currently run on the server. |
|
|
|
|
|
|
|
| The download is the operation that consists in saving a file stored on the server onto the computer of Web user... |
|
|
|
|
|
|
|
| Indicates the environment that will be used by the "Dynamic Serving" to choose the set of pages to display. |
|
|
|
|
|
|
|
| Runs a delayed procedure (in the WEBDEV Application Server). |
|
|
|
|
|
|
|
| Usage example of the FileDisplay function |
|
|
|
|
|
|
|
| Displays a file in the user's browser. |
|
|
|
|
|
|
|
| Starts downloading a file in the browser. |
|
|
|
|
|
|
|
| Opens a file in the browser. |
|
|
|
|
|
|
|
| Usage example of the FolderData function |
|
|
|
|
|
|
|
| FolderData is kept for backward compatibility. |
|
|
|
|
|
|
|
Returns the path of the directory containing:- the images,
- the JavaScript files,
- the Java applet files,
- the other files accessible from the browser.
|
|
|
|
|
|
|
|
Caution: when migrating a project from WEBDEV 1.5 to WEBDEV 17: - FolderWeb was replaced with FolderWeb_15.
- a warning is automatically generated in your project.
|
|
|
|
|
|
|
|
| When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected... |
|
|
|
|
|
|
|
| Adds a class into the HTML classes of a control. |
|
|
|
|
|
|
|
| Deletes a class from the HTML classes of a control. |
|
|
|
|
|
|
|
| Toggles a class in the HTML classes of a control: the class is added if it does not exist, the class is deleted if it already exists. |
|
|
|
|
|
|
|
| Runs a JavaScript method (or several chained methods) of the jQuery library on a page element. |
|
|
|
|
|
|
|
| Runs a JavaScript method of the jQuery library on a page element. |
|
|
|
|
|
|
|
| Deletes the association between a WLanguage browser function and an event (implemented by JSEvent). |
|
|
|
|
|
|
|
| Associates a browser procedure with an event on an object in browser code. |
|
|
|
|
|
|
|
| Used to handle the JavaScript properties of the browser event that triggered the code execution. |
|
|
|
|
|
|
|
| Interrupts the process of current event.
|
|
|
|
|
|
|
|
| Used to run a JavaScript method on an element found in the current page. |
|
|
|
|
|
|
|
| JSON (JavaScript Object Notation – Object Notation from JavaScript) is a lightweight data exchange format... |
|
|
|
|
|
|
|
| Calls the URL of a page on the server that returns data in JSON format (JavaScript Object Notation). |
|
|
|
|
|
|
|
| Calls an external server URL that returns data in JSON format (JavaScript Object Notation). |
|
|
|
|
|
|
|
| Used to handle specific features on the objects found in the current page. |
|
|
|
|
|
|
|
| Reduces the time needed to load the content of HFSQL items of type "Memo" on the user's computer. |
|
|
|
|
|
|
|
| Displays the contents of a file from a "Memo" item in a web browser. |
|
|
|
|
|
|
|
| List of various WEBDEV functions |
|
|
|
|
|
|
|
| To obtain an HSL (SSL) certificate for IIS, follow these steps... |
|
|
|
|
|
|
|
| Calls an external PHP script and returns the result page in the current browser window. |
|
|
|
|
|
|
|
| Calls an external .php script and returns the result in a string. |
|
|
|
|
|
|
|
| Calls an external script or page (.php, .asp, .mhtml or.mht) and returns the result page in the current browser window. |
|
|
|
|
|
|
|
| Calls an external script (.asp or .php) and returns the result in a string. |
|
|
|
|
|
|
|
| Enables or disables the "heartbeat" of the current session. |
|
|
|
|
|
|
|
| Enables or disables a WLanguage procedure called on each request in a session. |
|
|
|
|
|
|
|
| Returns the name of the page requested at the start of the session. |
|
|
|
|
|
|
|
| Used to enable or disable the secure SSL mode. |
|
|
|
|
|
|
|
| Returns a specific string (or a buffer) to the client browser in response to a request. |
|
|
|
|
|
|
|
| WEBDEV allows you to implement tasks on the server directly... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|