[ale] Is there a searchable archive of ale at ale.org ?
William Bagwell
rb211 at tds.net
Tue Jun 22 20:41:34 EDT 2004
On Tuesday 22 June 2004 06:22 pm, Greg Freemyer wrote:
> That helped me find the "Mozilla in Kiosk" thread I was looking for, but
> apparently the archives don't keep attachments and the magic code was an
> attachment.
>
> Can anyone repost the code to put mozilla into a kiosk like mode?
Is this what your looking for?
<html>
<head>
<title>home</title>
<script language=javascript>
parentwin = window.self;
parentwin.opener = window.self;
window.open("http://slashdot/", "slashdot",
"height=1024,width=1280,screenX=0,screenY=0,scrollbars=yes,status=yes");
parentwin.close();
</script>
</head>
<body></body></html>
--
William
More information about the Ale
mailing list