home *** CD-ROM | disk | FTP | other *** search
/ Magazyn WWW 2002 February / www_02_2002.iso / strony / tolkien / okienko.js < prev    next >
Text File  |  2001-11-09  |  176b  |  6 lines

  1. <!--
  2. function okno(url, width, height)
  3.  {
  4.   var info = window.open(url,"okno",'width=' + width + ',height=' + height + ',resizable=0,scrollbars=yes,menubar=no' );
  5.  }
  6. //-->