How to deal with incompatibilities
Use only features tat are known to work everywhere
- Example
newwin = window.open(“”, “new”, “width=500, height=300”);
newwin.creator =self;
*Opener is only supported by NS3.0 and IE3.0 above, we create a property of our own: creator
NS2.0 and other browsers do not support it