CodeIgniter Forums
noob: anchor_popup , how generate a popup 100% screen - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: noob: anchor_popup , how generate a popup 100% screen (/showthread.php?tid=12234)



noob: anchor_popup , how generate a popup 100% screen - El Forum - 10-11-2008

[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


noob: anchor_popup , how generate a popup 100% screen - El Forum - 10-11-2008

[eluser]Bramme[/eluser]
You can get screen resolutions with javascript if I'm not mistaken... After some googling: http://www.phpmagicbook.com/find-screen-resolution-with-php/