Hi Dusty,

I have put this code in the head:

<SCRIPT LANGUAGE = "JavaScript">
  <!-- Hide from other browsers
function mymail(){
  window.name="MAIL";
  self.name="main";
window.open("http://www.driveninc.com:8383","downpop","width=640,height=480,
di
rectories=no,toolbar=no,resizable=no,menubar=no,scrollbars=yes");
}
// -->

The problem is the hyperlink is on an imagemap and I get an error everytime
I open the page. I appreciate the help.

Best Regards,

John M. McGlathery Jr.
Director of Operations




-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of ## Dusty Carden
Sent: Thursday, July 29, 1999 9:29 AM
To: [EMAIL PROTECTED]
Subject: Re: [IMail Forum] Browser


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

<!--
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");
}
// -->

The above would define a function for opening a 640 X 480 window with
no toolbar, address bar or menu bar.  You could adjust the size to suit.
Then call it in your page with a link like this.

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

On your login.tml you probably would want to include a link to close the
window.

<A HREF="javascript:self.close()">Close This Window</A>

Where this can be cool is if you had a link in your mail server html that
you
wanted to open in the main window you could just assign it a target of
main since we defined the window in the first function.

<A HREF="http://www.myadvertiser.com" target="main">

Dusty

----- Original Message -----
From: Driven Internet Services <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 29, 1999 7:54 AM
Subject: [IMail Forum] Browser


> Does anyone know the code to make a new window in IExplorer open
maximized?
> I have a link on our page for Web Messaging to open in a New Window, but
it
> opens in a small window.
>
> Thanks
>
> John M. McGlathery Jr.
> Director of Operations
>
>
>
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of BS&G
> Sent: Thursday, July 29, 1999 8:44 AM
> To: [EMAIL PROTECTED]
> Subject: [IMail Forum] Logging outgoing email from an emailaccount
>
>
> Does anyone know if it is possible to see tho whom (which emailadress) a
> certain imail account posted email?
>
> Met vriendelijk groet,
>
> BS&G
> Frank Hoeben
> [EMAIL PROTECTED]
> tel:072-5191616
> fax: 072-5191619
>
>
> 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.
>

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