Changeset 697 for trunk/styles/global.js


Ignore:
Timestamp:
Mar 21, 2010, 9:57:48 AM (15 years ago)
Author:
george
Message:
  • Upraveno: Systém výběru světů pomocí indexů a cookies předělán na výběr pomocí URL.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/styles/global.js

    r445 r697  
    55  window.open(url, "_blank", "left=" + left + ",top=" + shora + ",scrollbars=yes,resiza ble=no,toolbar=no,menubar=no,status=no,location=0,width=" + wid + ",height =" + hei);
    66}
     7
     8function loadPage(list)
     9{
     10  location.href=list.options[list.selectedIndex].value
     11}
Note: See TracChangeset for help on using the changeset viewer.