search for: addcod

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

Did you mean: addcmd
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
...y. scrobj: Improve debug traces. scrobj: Ignore processing instructions in scriptlet files. Jactry Zeng (3): msscript/tests: Initialize custom engine for global. msscript: Cache state of IActiveScript in ScriptHost struct. msscript: Partially implement IScriptControl::AddCode(). Jeff Smith (1): kernelbase: Fix PathAllocCanonicalize handling segments that contain dots. Ken Thomases (2): ntdll: Fix the Mac build with SDKs older than 10.14. include: Always generate CFI directives on macOS. Kevin Puetz (4): winbase.h: Add GetFinalPathNameByHandle...