search for: addcodes

Displaying 2 results from an estimated 2 matches for "addcodes".

2006 Aug 08
2
Javascript - multiple select selectboxes
...re is an example of the javascript working, but when you submit the array is not passed across for the codes. Anyone work with this sort of thing before? <html> <head> <SCRIPT language="JavaScript"> function setOptions(chosen) { var selectBox = document.addCodes.codes; selectBox.options.length = 0; var len = data[chosen].length; for(i=0; i<len; i++) { selectBox.options[selectBox.options.length] = new Option(data[chosen][i], data[chosen][i]); } } data = new Array(); data[''00'']...
2019 Sep 27
0
Wine release 4.17
The Wine development release 4.17 is now available. What's new in this release (see below for details): - New version of the Mono engine with upstream fixes. - Support for DXTn compressed textures. - Initial version of the Windows Script runtime library. - Support for XRandR device change notifications. - Support for generating RSA keys. - Stubless proxies support on ARM64. -