Layers Move when Window Resizes Netscape
Question: Is there code to reload a whole page when it is resized? The page with the layers is nested in a frame which is opened in other page. When
Question: Is there code to reload a whole page when it is resized? The page with the layers is nested in a frame which is opened in other page. When
Question: I’m opening a file for reading, and after reading its contents I write it all to other file. Now I want to delete the original file. How do I
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: Can I create multi-dimensional arrays in JavaScript? Do you have an example? Answer: Yes and no. You can’t create multi-dimensional arrays (as such) in JavaScript. What you can do
You can determine whether an Access table or query, accessed via RECORDSET OBJECT, contains any record by examining the boolean type BOFand EOF propertyof that RECORDSET OBJECT. If the RECORDSET