Here's some code to include in your HTML to create the popups.
<html>
<head>
<SCRIPT LANGUAGE="JAVASCRIPT">
<!-- Hide from older browsers which ignore script tag
-- they'll interpret this as comment.
// Javascript-enabled browsers will ignore HTML-style
comments within script and see script statements
function open_popup( page, h, w, s ){
window.new_win = window.open( page, "popupname",
height="+h+",width="+w+",scrollbars="+s+",menubar=0,resizable=1" );
}
// end hiding here -->
</SCRIPT>
</head>
<body>
<a href='javascript:open_popup("d-t1.jpg", 400, 630, 1 );'>FIA
Guide</a>
</body>
</html>
At 09:50 PM 6/27/2001 -0300, Miles Thompson wrote:
>
>PHP is a server side language, Javascript is better for this.
>Miles Thompson
>
>At 03:03 PM 6/27/01 +0200, Deon Heunis wrote:
>>Hi,
>>
>>I would like to know if it is possible to make a pop-out navigation menu
>>with PHP.
>>
>>Regards,
>>
>>Deon Heunis
>>Hetzner Africa
>>PO Box 3450
>>Durbanville 7551
>>South Africa
>>Tel: +27 21 975 7930
>>Fax: +27 21 975 9731
>>Internet: <http://www.hetzner.co.za>http://www.hetzner.co.za
>>
>
>
>--
>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]
>
>
............................................................................
Les Neste 678-778-0382 http://www.lesneste.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]