[Mono-list] C# Patterns Web Site

Dan dan@astusa.com
Fri, 21 May 2004 16:02:32 -0400


This function seems to be the culprit, but you'd think mozilla could =
handle
it, wouldn't you?

<script Language=3D"JavaScript">
<!--=09

function ShowHide( ref )
{
   var color;
   if( ref =3D=3D 'Structure' )
     color =3D 'aa0000';
   else
     color =3D '007733';
    =20
   if (eval(ref).style.display =3D=3D'none')
   {
      eval('x' + ref).innerHTML =3D '<font face=3D"Arial,helvetica" =
color=3D' +
color + ' size=3D2><b><u>Hide code</u></b></font>';
      eval(ref).style.display =3D'';
   }
   else
   {
      eval('x' + ref).innerHTML =3D '<font face=3D"Arial,helvetica" =
color=3D' +
color + ' size=3D2><b><u>Show code</u></b></font>';
      eval(ref).style.display =3D'none';
   }  =20
}
//-->
</script>

-Dan =20

-----Original Message-----
From: mono-list-admin@lists.ximian.com
[mailto:mono-list-admin@lists.ximian.com] On Behalf Of Kevin Berry
Sent: Friday, May 21, 2004 12:57 PM
To: mono-list@lists.ximian.com
Subject: [Mono-list] C# Patterns Web Site

Since C# is now popular on Linux ;-) it is a bit irritating when you
encounter a site like this...

http://www.dofactory.com/Patterns/PatternCommand.aspx

The "Show Code" link doesn't expand when used with Mozilla.  Obviously =
if
you're using Linux it is a bit of a problem to just go into IE and =
browse
it. ;-)

I've submitted my comments via their contact page.=20
Could someone else also do the same.  Maybe if enough people complain
they'll do something about this.

Thanks,
Kevin.



=09
	=09
__________________________________
Do you Yahoo!?
Yahoo! Domains =16 Claim yours for only $14.70/year
http://smallbusiness.promotions.yahoo.com/offer
_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list