Welcome to Microsoft .NET Framework 3.0 Community (NetFx3)

The .NET Framework is Microsoft's managed code programming model for building applications that have visually stunning user experiences, seamless and secure communication, and the ability to model a range of business processes.

Learn More...

Cardspace Community Bloggers

Browse by Tags

All Tags » javascript   (RSS)

  • Bugzilla@Mozilla – Bug 457068

    The number of bugs in Firefox and the Firefox Java plugin that affect the openinfocard id selector increased in the last days/weeks. Not funny. - eval(..., scope) regression - javascript instanceof not working with Java classes - AccessControlException for java based Firefox extensions - javascript array constructor not working with Java classes - window.java is sometimes defined but sometimes not Sun says they can not fix the java plugin for java 6 update 10... Aaargh. Maybe it is time to build Read More...
  • Minefield defused

    The openinfocard id selector now works with Firefox3 . The bug in Firefox3 is not fixed but circumvented. Firefox3 treats arrays of java objects differently than before. In a javascript script the call "java_method([aElement])" formerly worked but now it fails. It has to be replaced with var urlArray = java.lang.reflect.Array.newInstance(java.net.URL, 1); urlArray[0] = aElement; // aElement beeing a java.net.URL java_method(urlArray); Please download the latest version in the openinfocard download Read More...
  • Novell's javascript mania

    Today I was looking for a mailing list that announces new versions of the DigitalMe identity selector. I started looking at the Bandit's project home page . And surfed to " bandit-announcements " which sounded interesting too. From there the browser gets redirected to Novell's login page where I choose " create account ". This looks like this when you have scripts disabled : And like this when javascript is allowed for novell.com: CSS anyone? And than: this is another example of a page that has a Read More...

Copyright © 2007 Microsoft Corporation. All Rights Reserved. | Terms of Use | Privacy Statement | Contact Us