BOARDS-ADMINS-L Archives
Archiver > BOARDS-ADMINS > 2001-12 > 1009832755
From:
Subject: [BD-ADM] Re: Attachments to Links & Announcements
Date: 31 Dec 2001 14:06:36 -0700
This is a Message Board Post that is gatewayed to this mailing list.
Classification: Query
Message Board URL:
http://boards.ancestry.com/mbexec/msg/rw/BF.2ADIAE/442.1.1
Message Board Post:
If you need the little window to open to a full screen add the following code before near the top (ie before the title)
<SCRIPT LANGUAGE="JavaScript">
<!--
window.resizeTo(screen.availWidth, screen.availHeight);
window.moveTo(0,0);
// -->
</SCRIPT>
This will cause your screen to open fully. It is then helpful to include a close button at the bottom so the viewer can return to the message board.
<form><input TYPE="BUTTON" VALUE="Close This Window"
onClick="window.close()"></form>
You can then make your page any size you like, thanks to Leith Hutton.
This thread: