Web Analytics Made Easy -
StatCounter maximized popup - CodingForum

Announcement

Collapse
No announcement yet.

maximized popup

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • maximized popup

    hi!

    now i have a other problem!
    how do i get those popup maximized?

    please help! thx!

    bye
    Mitch

  • #2
    erm...

    i use this code:

    <!-- Begin
    function popUp(URL) {
    day = new Date();
    id = day.getTime();
    eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=,height=,left = 5,top = 5');");
    }
    // End -->

    Comment


    • #3
      ....resizable=0,width="+window.screen.width+",height="+window.screen.height+",left = 5,top = 5');");
      Tech Author [Ajax In Action, JavaScript: Visual Blueprint]

      Comment

      Working...
      X