April 20, 2000

DevX - Software Development Resource

Connecting Informix Databases

Question: How can I use SQL to access an Informix database that’s on a remote site and connected via a VPN while connected to an Informix database locally? Both are

DevX - Software Development Resource

Displaying Server Variables

ServerVariables’ collection of request objects provides vital information about the client browser, HTTP header, etc. During the development of a web application, we use various variables of this collection to

DevX - Software Development Resource

How to Tile Background Images in Table Cells

Both IE and Navigator let you specify different background colors in table cells. However, IE ups the ante by supporting tiled background images in different cells or even behind an

DevX - Software Development Resource

Changing the ScriptTimeout

The default setting for ScriptTimeout is 90 seconds. For IIS 3.0, it is located in the system registry where we can easily change it to another value. It is advisable

DevX - Software Development Resource

Using the JavaScript Keyword “This”

JavaScript provides a special keyword, “this”, which is a reference to the object that contains a JavaScript statement or function call. For example, if we have a text box object,

DevX - Software Development Resource

Updating Multiple frames at Once

If you use frames in your page, it’s easy enough to create a link that updates one of them. But what do you do when you need to update two

DevX - Software Development Resource

Confirm Dialog From a HREF

We can use the following JavaScript code to get a confirmation from the user before navigating to another page. Redirect