Welcome Guest, Not a member yet? Register   Sign In
noob: anchor_popup , how generate a popup 100% screen
#1

[eluser]Peter74[/eluser]
Hi all, well i need the popup with the 100% of the screen client ( is a application )
i have from the docs this
Code:
<?php
$atts = array(
              'width'      => '1024',
              'height'     => '768',
              'scrollbars' => 'no',
              'status'     => 'yes',
              'resizable'  => 'yes',
              'screenx'    => '0',
              'screeny'    => '0'
            );
echo anchor_popup('agenda/agenda','text',$atts);
?>
i dont know how to accomplish that

very txs for ur help
Peter


Messages In This Thread
noob: anchor_popup , how generate a popup 100% screen - by El Forum - 10-11-2008, 02:03 AM
noob: anchor_popup , how generate a popup 100% screen - by El Forum - 10-11-2008, 06:17 AM



Theme © iAndrew 2016 - Forum software by © MyBB