skip to main | skip to sidebar

ASP.NET

Friday, December 5, 2008

Java Script for Making HTML Control Toogle

<script type="text/javascript" language="javascript">
var prev='texxt';
function Showdata(indexx)
{
var tblprev=document.getElementById(prev);
if(prev !=indexx)
{
tblprev.style.display = 'none';
}
prev=indexx;
var tbl1=document.getElementById(indexx);
if(tbl1.style.display == 'block')
tbl1.style.display = 'none';
else
tbl1.style.display = 'block';
}
</script>
Bookmark and Share
Posted by Mansoor at 2:04 AM

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

Blog Archive

  • ►  2011 (1)
    • ►  December (1)
  • ►  2010 (10)
    • ►  August (1)
    • ►  April (7)
    • ►  February (2)
  • ►  2009 (57)
    • ►  November (1)
    • ►  September (1)
    • ►  August (2)
    • ►  July (20)
    • ►  June (11)
    • ►  May (19)
    • ►  April (2)
    • ►  February (1)
  • ▼  2008 (8)
    • ▼  December (8)
      • Java Script for Making HTML Control Toogle
      • An Introduction to Clustered and Non-Clustered Ind...
      • Proper way to change an Index from UNIQUE CONSTRAI...
      • Implementing Triggers in SQL Server 2000
      • Creating a new database with Sql Server Managment ...
      • System Tables and Catalog Views
      • SQL Server consists of six databases by default.Ma...
      • SQl Server System Tables And Views

My Fav

  • SQL INterview Questions - LogicsMeet
  • MS CRM
  • MVP Small EXAMPLE
  • Scripts
  • Dynamic drive
  • WCSF Sample Application
  • Pinal Dave -Sql BlogAuthority
  • SQL
  • Regular Expressions
  • INTERSETING BLOG
  • Q && A
  • Convert C# to VB
  • SYNC Fusion
  • DB Interview
  • HighonCoding
  • Praveen