JS support

Out of context: Reply #4

  • Started
  • Last post
  • 14 Responses
  • unfittoprint0

    ok.

    within your function parameters, there must be 2 variables that make the with and height of the new window (let's say, w and h).

    they could be found within something similar to this.

    winprops = 'height='+h+',width='+w+',top...

    you can add these two lines before that:

    w += 10; //same a w=w+10
    h += 10: //same as h=h+10

    seconds, don't use scroll=no, it's not compliant with W3C regulations.

    use CSS instead like,

    html, body {
    overflow:hidden;
    }

View thread