| Print Page | Close Window |
| ARGH Printed From: Web Wiz Forums Category: General Discussion Forum Name: ASP.NET Discussion Forum Description: Discussion and chat on ASP.NET related topics. URL: https://forums.webwiz.net/forum_posts.asp?TID=6338 Printed Date: 29 March 2026 at 5:17am Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com Topic: ARGH Posted By: Mart Subject: ARGH Date Posted: 11 October 2003 at 9:40am
< =>
function OnToggleTOCLevel1()
{
var elemSrc = window.event.srcElement;
var elemLevel2 = document.all(elemSrc.level2ID);
if (elemLevel2.style.display == 'none')
{
elemLevel2.style.display = '';
if (elemSrc.usesGlyph == '1')
elemSrc.innerHTML = '6';
}
else {
elemLevel2.style.display = 'none';
if (elemSrc.usesGlyph == '1')
elemSrc.innerHTML = '4';
}
}
>
Version Information: Microsoft .NET Framework Version:1.0.3705.288; ASP.NET Version:1.0.3705.288 Thanks, Mart. Replies: Posted By: dpyers Date Posted: 14 October 2003 at 10:29pm
Posted By: Mart Date Posted: 15 October 2003 at 10:35am
Posted By: Bunce Date Posted: 16 October 2003 at 5:05am
Posted By: Mart Date Posted: 24 October 2003 at 3:19pm
Posted By: dpyers Date Posted: 24 October 2003 at 5:28pm
|
| Print Page | Close Window
Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net |