devxlogo

Tip Bank

Create Horizontal and Vertical Lines Using DHTML

It’s possible to dynamically create horizontal and vertical lines and rectangles using Internet Explorer 4.0 Dynamic HTML to alter the width and/or height of a single pixel image. Using this

Animating Images with JavaScript

Animating between a number of images is fairly easy to do and works in Netscape Navigator 3.0+ and Internet Explorer 4.0+. Put the URLs of the images you’d like to

Printing from Browser

Question: Is there a way to print an HTML page (perhaps using VBScript or JavaScript) without the user clicking on the print button? Answer: Ah, printing! You would think that,

Setting z-index

Question: I am having problems setting a lower z-index for a layer that contains a combo box. All of the elements in that layer are covered by a higher z-index

Running Out-of-Process Components

To run executables and objects from Word and Excel from Active Server Pages, you need to change the value of an IIS4 Metabase property called AspAllowOutOfProcComponents to True. The easiest

Limit Your Cookie Size

There are a number of important limitations on the use of cookies by Web site developers. This is because cookies are intended to be used only for infrequent storage of

Same Layer Over Different Frames

Question: Is there a way to place and/or move a layer over different frames? I have a menu-frame on the left and a main-frame on the right. Now I’m trying

Programming

Question: What is the best path to follow if I wanted to learn to program? (VB, then assembly, then …)I need to know what to start with so I can

Error, stack overflow

Question: I work in Borland C++. My program compiles very well, but it exits it with the “stack overflow” error even before executing the first command. Answer: It won’t be