I tried this javascript, doesn't seem to work. (I changed the address to point to the 
Imail Webserver in windows.open).

/// A Parker ///

---------- Original Message ----------------------------------
From: "## Dusty Carden" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date: Fri, 30 Jul 1999 14:13:11 -0500

>Here it is in the rough.

Dusty

----- Original Message -----
From: Robert Everland III <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, July 30, 1999 1:46 PM
Subject: RE: [IMail Forum] Browser


I'm not sure exactly how to do this, could you include the whole source for
me. I got everything else right

You could do something like this with a little javascript to determine the
size of the window.

<html>
<head>
<title>Jump Page</title>

<script type="text/javascript">
<!--
function mymail(){
  window.name="MAIL";
  self.name="main";
window.open("http://mail.domain.com:8383","downpop","width=640,height=480,di
rectories=no,toolbar=no,resizable=no,menubar=no,scrollbars=yes");
}
// -->
</script>

</head>

<body>
<A HREF="javascript:mymail()">My Mail</A>

</body>
</html>



Please visit http://www.ipswitch.com/support/mailing-lists.html 
to be removed from this list.

Please visit http://www.ipswitch.com/support/mailing-lists.html 
to be removed from this list.

Reply via email to