search for: encodeuri

Displaying 3 results from an estimated 3 matches for "encodeuri".

Did you mean: encodeurl
2007 Oct 25
4
""throw $continue" is deprecated, use "return" instead"
...xt/javascript''> window.onload = function() { debugger; $(''helloBtn'').onclick = function() { var name=$(''helloTxt'').value; new Ajax.Request( "Default3.aspx?name = "+encodeURI(name), { method:"get", onComplete:function(xhr) { var responseObj = eval("("+xhr.responseText +")"); update(responseObj); }...
2009 Jul 24
6
Routes from raw js (using XMLHttpRequest)
...ting the post? Thanks, Janna B //this function is getting called by an onchange in the associates select function assocchange(therow){ var s = document.getElementById("assoc"+therow).value; var url = "/channels/assocboxchange/" var parameters = "assoc=" + escape(encodeURI(s)) + "&id=" + therow; formid="assoc" + therow; makePOSTRequest(url, parameters, formid) } function makePOSTRequest(url, parameters, formid){ req3 = new XMLHttpRequest(); if (req3) { req3.onreadystatechange = alertContents(formid); req3.open(''POS...
2009 Nov 13
0
Wine release 1.1.33
...advapi32/tests: Add tests for reading and writing to a real eventlog. Peter Urbanec (1): winex11: Implement AlphaBlend mode for the case where SourceConstantAlpha is combined with source alpha. Piotr Caban (2): jscript: Fix Error.toString() test. jscript: Throw URIError in encodeURI function. Rico Sch?ller (35): d3d10: Improve d3d10_variable_type(). d3d10: Add matrix column major parsing. d3d10: Improve parse_fx10_type(). d3d10: Parse local_variables. d3d10: Implement ID3D10Effect::GetVariableByIndex(). d3d10: Improve ID3D10Effect::GetVaria...