Search the archives!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Javascript] help...!
- From: javascript@xxxxxxxxxx (l r i)
- Subject: [Javascript] help...!
- Date: Tue, 27 Nov 2001 16:29:47 +0530
--------------000901000400080400000900
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
we are making our application compatible with NN6...so now v facing
problems with this particular assignment
document.all.item("xsldoc").innerHTML=htmlStr;
as well as this code which v have used in javascript.....(MSXML
parser)....any solution based on jaxp-xalan parser
val2=document.all.item("TrTo").value;
comp1=val2.substring(0,16)
k=parseInt(comp1);
m
="/LISTOFACCOUNTSRESPONSE/BANKACCTREC[ACCOUNTID[ACCOUNTNO='"+k+"']]";
d= source.selectSingleNode(m)
minTrToAmount=d.selectSingleNode("XFERTOSUPT/MINCURAMT/AMOUNT").nodeTypedValue;
maxTrToAmount=d.selectSingleNode("XFERTOSUPT/MAXCURAMT/AMOUNT").nodeTypedValue;
regards
leena
--------------000901000400080400000900
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit
<html>
<head>
</head>
<body>
<div class="moz-text-flowed" style="font-family: Courier New; font-size: 13px; ">
we are making our application compatible with NN6...so now v facing problems
with this particular assignment <br>
<br>
document.all.item("xsldoc").innerHTML=htmlStr; <br>
<br>
as well as this code which v have used in javascript.....(MSXML parser)....any
solution based on jaxp-xalan parser <br>
<br>
val2=document.all.item("TrTo").value; <br>
comp1=val2.substring(0,16) <br>
k=parseInt(comp1); <br>
m ="/LISTOFACCOUNTSRESPONSE/BANKACCTREC[ACCOUNTID[ACCOUNTNO='"+k+"']]";
<br>
d= source.selectSingleNode(m) <br>
minTrToAmount=d.selectSingleNode("XFERTOSUPT/MINCURAMT/AMOUNT").nodeTypedValue;
<br>
maxTrToAmount=d.selectSingleNode("XFERTOSUPT/MAXCURAMT/AMOUNT").nodeTypedValue;
<br>
<br>
regards <br>
leena <br>
<br>
</div>
<br>
<br>
</body>
</html>
--------------000901000400080400000900--
- Prev by Date: [Javascript] problems with NN6-accessing the dynamic field names in Javascri
- Next by Date: [Javascript] help...!
- Previous by thread: [Javascript] problems with NN6-accessing the dynamic field names in Javascri
- Next by thread: [Javascript] help...!
- Index(es):