if (self != top) { window.open(self.location,'_top');}
What does self != top
and window.open(self.location, '_top');
mean respectively?
if (self != top) { window.open(self.location,'_top');}
What does self != top
and window.open(self.location, '_top');
mean respectively?