Your best source of information and news about vista, windows and drivers on the internet

Vista ARTICLES TOP 50 Spyware Virus Vista SOFT Vista HELP

javascript

You are currently browsing the articles from MS Windows Vista Compatible Software matching the category javascript.

Simple Tabbed Box using CSS


image

I apologize, it’s been a while since I’ve posted on to WinDev. Even though, for some, this would be considered off-topic for WinDev I wanted to get this to WinDev and I’m sure it would be helpful to someone. The part that triggered me to post this to WinDev is its simplicity. Well, let me reveal. Here is a simple article on how to create tabbed boxes with YUI tabs. Tabbed Bars are nothing but tabs like what you might have seen on most of the web sites that helps aide in navigation. This tutorial outlines 3 simple steps to get a clean little tabbed interface.

It has around 10 lines of JavaScript includes, approximately 25 lines of your HTML (this depends on your need) and around 45 lines of CSS. That simple.

Here is the full article.

Written by askars on March 28th, 2008 with no comments.
Read more articles on Code Samples and otherSoftware and Design and howto and css and javascript.

error message in status bar , why we see that message when we browse some sites

error on page

This image you get when you open a site in your browser it means that site have an javascript error. That’s why it shows in the explorer status bar. You yourself has admitted that javascript is not working. The best way for you would be to use Mozilla or Netscape to debug javascript. These two browsers come in with Javascript console that would point out the exact javascript error.

This image shows the Debugging JavaScript Using Venkman

Debugging JavaScript Using Venkman

Written by chidananda M R on August 10th, 2007 with no comments.
Read more articles on browsing settings and css and javascript and error messages and mozilla and netscape and Firefox.