asked on
ASKER
ASKER
ASKER
if (DoValidation() == false)
return;
else
{
xNode.setAttribute("itemOne") =D.itemOne.value;
var oHTTP = new ActiveXObject("Microsoft.XMLHTTP");
oHTTP.Open("POST", "SaveOrderItem.asp?type=add", false);
oXML.async = false;
oHTTP.send(oXML);
if (iResponse =="OK" )
{
window.location.replace ("LastPage.asp);
}
else
alert(oHTTP.responseText);
delete oHTTP;
}
ASKER
window.location.replace ("LastPage.asp");
The .NET Framework is not specific to any one programming language; rather, it includes a library of functions that allows developers to rapidly build applications. Several supported languages include C#, VB.NET, C++ or ASP.NET.
TRUSTED BY
ASKER
Sorry...
When I delete the cache of my browser, my list it's correct.
I try window.location.href, window.navigate with no result...
Somebody have a idea ?
Alex