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 SkipVought 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. aDudeWithAnAxe

    need to use the IF statement

    from what i can tell, you don't really need an if statement. Below is how I would do it. where the names 'screenShake' and 'pageScroll' should be changed to whatever the names of those functions are. function go() { alert("whatever"); screenShake(); } function screenShake() { //...
  2. aDudeWithAnAxe

    help with browser/platform compatibilty testing

    thanx Montroze for the url. However it seems to be an HTML validator. I searched the web for a JavaScript validator, but the only results I got were JavaScript form validators (and similar). Would you know any site which has a JavaScript validator? Any more help that anyone can provide with...
  3. aDudeWithAnAxe

    help with browser/platform compatibilty testing

    Hi, I have designed a page using DHTML. I know this page to work perfectly most of the time in Internet Explorer 4. It also works acceptably with Netscape 6. (setInterval() is slow ..any help on this would be appreciated)I know it doesn't work with Opera 6. (All on Windows Me). I would greatly...

Part and Inventory Search

Back
Top