home *** CD-ROM | disk | FTP | other *** search
/ .net (Poland) 2000 September / Magazyn_Net_09_2000 (CDB).iso / offline / tybetnet / script / menu.js next >
Encoding:
Text File  |  1997-05-08  |  130 b   |  5 lines

  1. <!--
  2. function selecturl(s) {
  3.         var gourl = s.options[s.selectedIndex].value;   window.top.location.href = gourl;
  4. }
  5. //-->