Search the archives!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Javascript] help...!
- From: javascript@xxxxxxxxxx (Alan Easton)
- Subject: [Javascript] help...!
- Date: Tue, 27 Nov 2001 13:35:26 -0000
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C17748.5F55E560 Content-Type: text/plain; charset="iso-8859-1" "document.forms" works in all browsers.........try it........... AE -----Original Message----- From: Cutter Bl [mailto:cutterbl@xxxxxxxxxxx] Sent: Tuesday, November 27, 2001 1:28 PM To: javascript@xxxxxxxxxx Subject: Re: [Javascript] help...! "document.all" is a reference to the MS DOM. You must find a way to reference NN DOM. Cutter Falcon Knives <http://www.falcon-knives.com/> ----Original Message Follows---- Date: Tue, 27 Nov 2001 16:29:47 +0530 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").nodeTypedVal ue; maxTrToAmount=d.selectSingleNode("XFERTOSUPT/MAXCURAMT/AMOUNT").nodeTypedVal ue; regards leena _____ Get your FREE download of MSN Explorer at http://explorer.msn.com <http://go.msn.com/bql/hmtag_itl_EN.asp> _______________________________________________ Javascript mailing list Javascript@xxxxxxxxxx http://www.LaTech.edu/mailman/listinfo/javascript ------_=_NextPart_001_01C17748.5F55E560 Content-Type: text/html; charset="iso-8859-1" <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <META content="MSHTML 5.50.4134.600" name=GENERATOR></HEAD> <BODY> <DIV><SPAN class=964453613-27112001><FONT face=Arial color=#0000ff size=2>"document.forms" works in all browsers.........try it...........</FONT></SPAN></DIV> <DIV><SPAN class=964453613-27112001><FONT face=Arial color=#0000ff size=2></FONT></SPAN> </DIV> <DIV><SPAN class=964453613-27112001><FONT face=Arial color=#0000ff size=2>AE</FONT></SPAN></DIV> <BLOCKQUOTE> <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma size=2>-----Original Message-----<BR><B>From:</B> Cutter Bl [mailto:cutterbl@xxxxxxxxxxx]<BR><B>Sent:</B> Tuesday, November 27, 2001 1:28 PM<BR><B>To:</B> javascript@xxxxxxxxxx<BR><B>Subject:</B> Re: [Javascript] help...!<BR><BR></FONT></DIV> <DIV> <DIV> <P>"document.all" is a reference to the MS DOM. You must find a way to reference NN DOM.</P></DIV> <DIV></DIV> <DIV>Cutter</DIV> <DIV></DIV> <DIV><A href="http://www.falcon-knives.com/">Falcon Knives</A></DIV> <DIV> </DIV> <DIV></DIV> <DIV></DIV> <DIV></DIV>----Original Message Follows---- <DIV></DIV> <DIV></DIV>Date: Tue, 27 Nov 2001 16:29:47 +0530 <DIV></DIV> <DIV></DIV>we are making our application compatible with NN6...so now v facing <DIV></DIV>problems with this particular assignment <DIV></DIV> <DIV></DIV>document.all.item("xsldoc").innerHTML=htmlStr; <DIV></DIV> <DIV></DIV>as well as this code which v have used in javascript.....(MSXML <DIV></DIV>parser)....any solution based on jaxp-xalan parser <DIV></DIV> <DIV></DIV>val2=document.all.item("TrTo").value; <DIV></DIV>comp1=val2.substring(0,16) <DIV></DIV>k=parseInt(comp1); <DIV></DIV>m <DIV></DIV>="/LISTOFACCOUNTSRESPONSE/BANKACCTREC[ACCOUNTID[ACCOUNTNO='"+k+"']]"; <DIV></DIV>d= source.selectSingleNode(m) <DIV></DIV> <DIV></DIV>minTrToAmount=d.selectSingleNode("XFERTOSUPT/MINCURAMT/AMOUNT").nodeTypedValue; <DIV></DIV> <DIV></DIV> <DIV></DIV>maxTrToAmount=d.selectSingleNode("XFERTOSUPT/MAXCURAMT/AMOUNT").nodeTypedValue; <DIV></DIV> <DIV></DIV> <DIV></DIV>regards <DIV></DIV>leena <DIV></DIV> <DIV></DIV> <DIV></DIV> <DIV></DIV></DIV><BR clear=all> <HR> Get your FREE download of MSN Explorer at <A href="http://go.msn.com/bql/hmtag_itl_EN.asp">http://explorer.msn.com</A><BR>_______________________________________________ Javascript mailing list Javascript@xxxxxxxxxx http://www.LaTech.edu/mailman/listinfo/javascript</BLOCKQUOTE></BODY></HTML> ------_=_NextPart_001_01C17748.5F55E560--
- Prev by Date: [Javascript] help...!
- Next by Date: [Javascript] help...!
- Previous by thread: [Javascript] help...!
- Next by thread: [Javascript] help...!
- Index(es):