проблема со всмплывающим окном

Discussion in 'PHP' started by ufalog, 18 Feb 2008.

  1. ufalog

    ufalog Elder - Старейшина

    Joined:
    28 Jul 2007
    Messages:
    174
    Likes Received:
    6
    Reputations:
    -5
    <a href"#" onclick="javascript:window.open('http://xxxxx.ru/private_ipoteka.htm','','width=600')">

    что над дописать чтоб была еше прокрутка вертикальная (скролить чтоб можно было а по ширине фиксировано так и оставалось)
     
  2. banned

    banned Banned

    Joined:
    20 Nov 2006
    Messages:
    3,324
    Likes Received:
    1,194
    Reputations:
    252
    Code:
    <a href="#" onclick="javascript:window.open('http://xxxxx.ru/private_ipoteka.htm', '', 'resizable=yes, scrollbars=yes, width=600')">