Commit 8be5a045 authored by dpawar's avatar dpawar

remove comment


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@95256 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3422dd58
......@@ -40,6 +40,7 @@
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<script type="text/javascript" src="/ibase/webitm/js/ICRWizard.js"></script>
<script type="text/javascript" src="/ibase/webitm/js/jquery-1.11.1.js"></script>
<script language="JavaScript" type="text/javascript">
<![CDATA[
function setActionVal( value )
......@@ -50,32 +51,7 @@
]]>
<![CDATA[
function callMeTune()
{
if (window.XMLHttpRequest)
{
xmlhttp=new XMLHttpRequest();
alert("Obj Created");
}
else
{
xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
}
xmlhttp.open("GET","]]><xsl:copy-of select="*"/><![CDATA[",false);
xmlhttp.send();
xmlDoc=xmlhttp.responseXML;
/*document.getElementById("to").innerHTML=
xmlDoc.getElementsByTagName("to")[0].childNodes[0].nodeValue;
document.getElementById("from").innerHTML=
xmlDoc.getElementsByTagName("from")[0].childNodes[0].nodeValue;
document.getElementById("message").innerHTML=
xmlDoc.getElementsByTagName("body")[0].childNodes[0].nodeValue;*/
alert("hello" + xmlDoc.getElementsByTagName("CCTR_CODE")[0].childNodes[0].nodeValue);
}
]]>
</script>
</head>
<body>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment