View Single Post
Old 12-28-2006, 06:50 PM  
bbc3826
Confirmed User
 
Join Date: May 2006
Posts: 242
Quote:
Originally Posted by SmokeyTheBear View Post
self.resizeto(300,300);
I tried both this:
<script language="JavaScript">
<!-- START
if (top.frames.length!=0)
top.location=self.document.location;
self.moveTo(0,0)
self.resizeto(300,300)
// END -->
</script>

and this:
<script language="JavaScript">
<!-- START
if (top.frames.length!=0)
top.location=self.document.location;
self.moveTo(0,0)
self.resizeto(300,300);
// END -->
</script>

neither worked and gives me some javascript error. Do I need to add something to the body tag?
bbc3826 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote