
04/08/2003, 10:41
|
 | | | Fecha de Ingreso: agosto-2003
Mensajes: 124
Antigüedad: 21 años, 7 meses Puntos: 1 | |
Encontré todos estos, pero como se ponen donde dice self.location pongo la direccion de mi página?
Method 1: if (top.location.href != self.location.href) top.location.href = self.location.href;
Method 2: if (top.bladie) top.location.href = self.location.href;
Method 3: if (top != self) top.location.href = self.location.href;
Method 4: if (top.frames.length) top.location.href = self.location.href;
Method 5: if (!top.thisframe) top.location.href = self.location.href;
Method 6: if (window != window.top) top.location.href = location.href
Method 7: Form
MEthod 8: Don't check anything, just do top.location.href = self.location.href
__________________ Kaito |