Sha256: e0e72963463557731554f33d7a02f9cddcadf9de89f94f58badbf106253247b8
Contents?: true
Size: 668 Bytes
Versions: 117
Compression:
Stored size: 668 Bytes
Contents
// Javascript generated and modified from the tool on http://www.echoecho.com/tooldropdown.htm function land(ref, target) { lowtarget=target.toLowerCase(); if (lowtarget=="_self") {window.location=loc;} else {if (lowtarget=="_top") {top.location=loc;} else {if (lowtarget=="_blank") {window.open(loc);} else {if (lowtarget=="_parent") {parent.location=loc;} else {parent.frames[target].location=loc;}; }}} } function jump(menu) { ref=menu.options[menu.selectedIndex].value; splitc=ref.lastIndexOf("*"); target=""; if (splitc!=-1) {loc=ref.substring(0,splitc); target=ref.substring(splitc+1,1000);} else {loc=ref; target="_self";}; if (ref != "") {land(loc,target);} }
Version data entries
117 entries across 117 versions & 1 rubygems