Re: Q. on working with frames, pages
From ayman at egyptian bazaar
on 23 Sept '01
replying to Q. on working with frames, pages posted by Meredith
-
<SCRIPT LANGUAGE="JavaScript">
<!--
if (top == self) self.location.href ="http://yourdomain/page";
// -->
</SCRIPT>
include this code in the head section
look at page source of
http://www.aldokkan.com/bottles/bottles.htm
in my site as an example
|