devxlogo

Tip Bank

Sensitive maps

Question: I would like to change SRC picture of thesensitive map, onClick on some area of same picture.With JavaScript it works that if instead ofHREF =”some.URL” on imagespot you just

ATM: Connection-Oriented Switching

Question: What does it mean that ATM switching is connection-oriented, and what are the benefits of this? Answer: ATM, or Asynchronous Transfer Mode, through its connection-oriented protocol, offers a level

Using Hidden Fields to Pass Data

Question: In HTML, I am using the FORM Tags to capture input and SUBMIT to a CGI Program. The server program captures all INPUT Tags and their VALUE. I want

InternetExplorer Object

Question: My problem arises due to thehelp file in ActiveX describing a control called ‘InternetExplorer’, howeverthe control box in ActiveX does not contain that object. Have I missed something that

Including VBScript in Every Page

Question: Is there a way to share VBScript code between different Web pages? Answer: The best way to do this is to use a feature that may or may not

Control Arrays

Question: Is there a way to handle multiple HTML Checkboxes as an array similar to the Item property of Radio buttons? Answer: Unfortunately, you cannot create control arrays as you

Where Class IDs Come From

Question: I’ve just spent a useless morning surfing trying to find out where the CLASSID parameter of a VBSCRIPT OBJECT tag comes from. The most useful documentation said it comes

Changing List Box Font

Question: How an I display columnar data in a native HTML list box a la tag ?The Tab character seems to be ignored, and I can’t seem to get a

Passing Controls to Subroutines/Functions

Question: I am trying to pass a control as an object to a global sub to change the controls properties.How do you Set the parameter object as the controlwhen passing