Forum Moderators: open
Still dealing with pop-up pixel dimensions
var isIE = ( (navigator.appName == "Microsoft Internet Explorer"))? true:false; var isMac = (navigator.platform == "MacPPC")?true:false;
Just test the two variables and do with the pages what you want.