Scroll() Function
Question: In the current Web project I have been working on, I have some links on my page which execute a JavaScript function. With this JavaScript function, I open up
Question: In the current Web project I have been working on, I have some links on my page which execute a JavaScript function. With this JavaScript function, I open up
Question: I’m working for a local newspaper, and we are writing a survey to see the type of technology our viewers are currently using to access the site. Is there
Question: I am new to JavaScript, but familiar with a variety of other languages. I don’t quite understand what the following variable declarations do: ns4 = (document.layers)? true:falseie4 = (document.all)?
Question: I need to convert this fairly simple VBScript to a JavaScript? The purpose of the script is to cause a posted seminar event to disappear after the date of
Question: Everybody knows the meaning of public, private, and protected blocks in a class interface. While browsing through a KDE program I found two other block types: signals and public
Question: I am having problems calling the FileSytemObject from VB6. “Dim x as New FileSystemObject” does not work. I have tried the Active Server Pages Obj lib and ADO 2.0
Question: I have an existing .exe file that creates files, archives, and restores. I need to find out how to edit that existing program so as to update some changes.
Question: Can we exchange data between Visual Basic and Microsoft Project? If so, what is the object model for Microsoft Project? Answer: The MS Project object model is as large
Question: In writing a basic introductory module about C++, I came upon the topic of “instant variable creation” within for loops and noticed to my dismay that the following code