Click here to Skip to main content
15,896,063 members
Articles / Web Development / HTML

Another XP style panel bar for Web

Rate me:
Please Sign up or sign in to vote.
4.67/5 (58 votes)
16 Aug 2005CPOL3 min read 163.5K   2.4K   125  
XP style panel bar for Web applications.
<html>
<head>
<title>XP Panel Bar</title>
<script language="javascript" type="text/javascript" src="js/ua.js"></script>
<script language="javascript" type="text/javascript" src="js/PanelBar.js"></script>
</head>
<body>
    <table border=1>
        <tr>
            <td>
	<script language="javascript">
		var objContainer;
		var objTmp;

        objContainer = x1123687333538();
		objTmp = objContainer.x1123687333479("Community", "", null);
		objTmp.x1123687333493("Site Map", "PanelBar.htm#", "", "", "", "WKSpace");
		objTmp.x1123687333493("Add To Favorites", "PanelBar.htm#", "", "", "", "WKSpace");
		objTmp.x1123687333493("CodeProject Stuff", "PanelBar.htm#", "", "", "", "WKSpace");
		objTmp.x1123687333493("Who's Who", "PanelBar.htm#", "", "", "", "WKSpace");
		objTmp.x1123687333493("Tell a friend", "PanelBar.htm#", "", "", "", "WKSpace");
		objTmp.x1123687333493("Industry Contacts", "PanelBar.htm#", "", "", "", "WKSpace");

		objTmp = objContainer.x1123687333479(".NET", "", null);
		objTmp.x1123687333493("ASP.NET", "PanelBar.htm#", "", "", "", "WKSpace");
		objTmp.x1123687333493("Managed C++", "PanelBar.htm#", "", "", "", "WKSpace");
		objTmp.x1123687333493("SOAP & XML", "PanelBar.htm#", "", "", "", "WKSpace");
		objTmp.x1123687333493("VB.NET", "PanelBar.htm#", "", "", "", "WKSpace");
		objTmp.x1123687333493("C++ Web Services", "PanelBar.htm#", "", "", "", "WKSpace");
		objTmp.x1123687333493("Compact Framework", "PanelBar.htm#", "", "", "", "WKSpace");
		objTmp.x1123687333493("Cross Platform", "PanelBar.htm#", "", "", "", "WKSpace");
		x1123687333540("XPOlive.css", null, null)
		objContainer.x1123687333480(150);
	</script>
            </td>
            <td>&nbsp;</td>
            <td>
	<script language="javascript">
		var objContainer;
		var objTmp;

        objContainer = x1123687333538();
		objTmp = objContainer.x1123687333479("Developer Tools", "", null);
		objTmp.x1123687333493("Visual Studio", "PanelBar.htm#", "", "", "VStudio.gif", "WKSpace");
		objTmp.x1123687333493("Visual C#", "PanelBar.htm#", "", "", "", "WKSpace");
		objTmp.x1123687333493("Visual J#", "PanelBar.htm#", "", "", "", "WKSpace");

		objTmp = objContainer.x1123687333479("Product Information", "", "lgren072.jpg");
		objTmp.x1123687333493("ASP.NET", "PanelBar.htm#", "", "", "", "WKSpace");
		objTmp.x1123687333493("Managed C++", "PanelBar.htm#", "", "", "", "WKSpace");
		objTmp.x1123687333493("SOAP & XML", "PanelBar.htm#", "", "", "", "WKSpace");
		objTmp.x1123687333493("VB.NET", "PanelBar.htm#", "", "", "", "WKSpace");
		objContainer.x1123687333480(150);
	</script>
            </td>
        </tr>
        <tr>
            <td colspan=3><b>X</b>P PanelBar now supports multiple controls on the same page. 
            It also supports background images for panel. 
        </tr>
    </table>
</body>
</html>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Freelancer
India India
I am a software professional with over 20 years of commercial business applications design and development experience.

My programming experience includes Java, Spring, .NET, Classic VB & ASP, Scripting, Power Builder, PHP, Magic & far far ago FoxPro, C, Assembly and COBOL.

From last 11 years I am mostly working with Java Technology. I am currently available to take up new assignments.

Comments and Discussions