Joe,
Got it! Thank you very much. Now the codes are like this:
<script language=javascript>
function openWindow (url)
{
window.open( url,
"target_win",config='directories=yes,location=yes,menubar=yes,toolbar=yes,status=yes,scrollbars=yes,resizable=yes,toolbar=yes,width=600,height=500');
}
<A HREF="http://www.intc.com" target="target_win",
onclick="openWindow('http://www.intc.com')"> Intel </A>
Thanks again,
David
>From: Joseph Koenig <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: david klein <[EMAIL PROTECTED]>
>Subject: Re: [PHP] Resize the pop-up window
>Date: Mon, 29 Jan 2001 16:40:53 -0600
>
>You'll have to do that with Javascript. Check this page:
>
>http://htmlgoodies.earthweb.com/beyond/openwin.html
>
>Good Luck,
>
>Joe
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]