Javascript
by "Mr. J Michael Cates" <jmcates(at)ameritech.net>
|
Date: |
Fri, 21 Apr 2000 17:07:43 -0700 |
To: |
<hwg-languages(at)hwg.org> |
References: |
yahoo sw |
|
todo: View
Thread,
Original
|
|
I am working with my friend on a site and I the site loads great but I want
to be able to block the page from resizing so that it is stuck in the module
we are using. Any idea? the URL is
http://home.talkcity.com/CommerceSt/BrandonCCC/backstage/
Thanks
Mr Cates
[SNIPPET]
[script language="JavaScript"]
[!--
var win;
function ie() {
var ap = window.navigator.userAgent;
var ves = parseInt(ap.charAt(ap.indexOf("/")+1),10);
if (top == this && !win) {
win = window.open(
"frames.html",
"enter",
"toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizabl
e=0,width=800,height=576"
);
}
}
// --]
[/script]
[/SNIPPET]
HWG: hwg-languages mailing list archives,
maintained by Webmasters @ IWA