Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. MattoThePotatto

    .innerHTML problem...

    Hey. I've tried the following code.. No success... ... <script src="script.js"> </script> ... <span id="one">&nbsp;</span> ... And the script.. document.getElementById('one').innerHTML="what ever here"; ... rest of script here (Working fine) Any solutions? Thanks, ^^
  2. MattoThePotatto

    Problem with DTD

    Hey, I made a script for the page to adjust for different resolutions.. Works fine.. until I declair a DOCTYPE.. Here's the script.. var w = window.screen.width; if(w >= 1280) { document.write('<link rel="stylesheet" type="text/css" href="css/layout1280.css" media="screen" />')...
  3. MattoThePotatto

    Internet explorer security..

    Hello, I'm new to JavaScripting, and can't get my scripts to work in internet explorer without a security message popping up. How do I resolve this and stop the security from disallowing my page to show up? Thanks in advance, MattoThePotatto.

Part and Inventory Search

Back
Top