Hi
I find that if somebody types directly into the address field on a browser the full Url say that the user gets the page without frames. Ok so I get this here code
<SCRIPT language="javascript">
<!--
if (parent.frames.length == 0) {
top.location.href="default.htm?start=/search/index.asp"
}
//-->
</SCRIPT>
it should take the user to the search/index.asp page and provide the frames see. Well it don't F**k it gets the frames Ok but not the search/index.asp I get the main/default.htm instead. Bloody hell what a f***ing mouthfull.
Anyway can you help
Mal
I find that if somebody types directly into the address field on a browser the full Url say that the user gets the page without frames. Ok so I get this here code
<SCRIPT language="javascript">
<!--
if (parent.frames.length == 0) {
top.location.href="default.htm?start=/search/index.asp"
}
//-->
</SCRIPT>
it should take the user to the search/index.asp page and provide the frames see. Well it don't F**k it gets the frames Ok but not the search/index.asp I get the main/default.htm instead. Bloody hell what a f***ing mouthfull.
Anyway can you help
Mal