Problem Solving
No matter whether you are a beginner or an expert with Javascript programming you will have scripts that don't work. Here is some information to help you solve those problems.
Sign Up for Our Free Newsletters
Thanks, You're in!
16 Articles in: Problem Solving
Web Editor
The actual steps required to use a pre-written JavaScript with your page are not always included with the script. Here is a step by step list of what you need to do in order to be able to use any pre-written JavaScript in your page. You will still need to refer to the instructions with the script for the details though.Browser Window Size and Position
Depending on the browser type, screen resolution and other settings, the size of a browser window may vary considerably. The solution? A collection of JavaScript functions that return information about the size and position of the browser window. This article explains how they work.min-width and max-width in Internet Explorer 6
Internet Explorer 6 doesn't understand the min-width and max-width stylesheet attributes. By adding a proprietary stylesheet command and a few lines of JScript we can rectify this lack and get IE6 to behave the same way as the more standards compliant browsers do. View More

