Thu, 2004-03-18 16:17
My web is on site http://freeweb.siol.net/rvovk1/godba1/index.htm , when i use direct adrress i got good positioning in window ( in 1024*768 resolution), but when using redirect service http://www.godbacrnomelj.tk I get slider at the bottom of window.
Any Idea why?
Thu, 2004-03-18 16:26
#1
Re: Problem with redirecting, I get a bit resized window
robertvovk wrote:
My web is on site http://freeweb.siol.net/rvovk1/godba1/index.htm , when i use direct adrress i got good positioning in window ( in 1024*768 resolution), but when using redirect service http://www.godbacrnomelj.tk I get slider at the bottom of window.
Any Idea why?
Hi
Because the re-direct service is putting your page inside their own, probably as an iframe.
Go to dynamic drive and look for some code that breaks your page out of frames. This means that when anyone tries to load your page in a frame, the page will break itself out!
Trevor
Thu, 2004-03-18 17:09
#2
Problem with redirecting, I get a bit resized window
Is that possible? I am not good at this.
Thu, 2004-03-18 21:19
#3
Problem with redirecting, I get a bit resized window
Hi
Try changing the <body> tag to:
<body onLoad="if (self != top) top.location = self.location">
Trevor
Fri, 2004-03-19 06:47
#4
Problem with redirecting, I get a bit resized window
Thanx Cleva.
I owe u beer .