Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Internet Explorer   (RSS)

Writing a simple managed control under IE

Most web developers are aware of various "controls" and "applets" that can be "hosted" by "Internet Explorer" (hmm, not sure why I quoted that last thing, I guess I was on a "roll".) This code is compiled code that runs within the IE process and draws

JScript Functions

My favorite IE tip/trick of the day has to do with function pointers and anonymous functions. In Jscript, there are two keywords for creating functions. One is “function” with a lower case “f”, and one is “Function” with an upper case “F”. “function”
Posted by mikechr | 3 Comments
Filed under:

IE Tips and Tricks - Part 1

It has occurred to me that I haven’t written much about client-side development and all that fun web browsery stuff. Before I get branded a server only guy, I’ve decided to write an n part series (where n is the number of articles I can write before getting
Posted by mikechr | 5 Comments
Filed under:

Case-sensitivity with IE getAttribute

I ran across an interesting behavior in IE the other day. Some of my script code was misbehaving, and it took me a while to track down the exact problem. In one part of my code I had an onfocusout event that would update an expando property to a certain
Posted by mikechr | 1 Comments
Filed under:
 
Page view tracker