|
If you're not already, try using Firefox or Mozilla to debug your JavaScript. IE tells you nothing that helps. :) Brad On Fri, 5 May 2006 11:20:16 -0500 "Bob Cozzi" <cozzi@xxxxxxxxx> wrote: > Yes it is. Someone just pointed out that I have 3 typos > in the JavaScript. > But since nothing pointed me to that, I overlooked it. I > suck! > It is working once the typos were fixed. > Thanks! > > -Bob Cozzi > www.RPGxTools.com > RPG xTools - Enjoy programming again. > > -----Original Message----- > From: web400-bounces@xxxxxxxxxxxx > [mailto:web400-bounces@xxxxxxxxxxxx] On Behalf > Of Walden H. Leverich > Sent: Friday, May 05, 2006 10:43 AM > To: Web Enabling the AS400 / iSeries > Subject: Re: [WEB400] HTML/Javascript Object Expected > > Is this cut/paste? First thing I see is that you spelled > PRICING > differently in the JS and the FORM definition. > > -Walden > > > -- > Walden H Leverich III > Tech Software > (516) 627-3800 x3051 > WaldenL@xxxxxxxxxxxxxxx > http://www.TechSoftInc.com > > Quiquid latine dictum sit altum viditur. > (Whatever is said in Latin seems profound.) > > > -----Original Message----- > From: web400-bounces@xxxxxxxxxxxx > [mailto:web400-bounces@xxxxxxxxxxxx] > On Behalf Of Bob Cozzi > Sent: Friday, May 05, 2006 11:36 AM > To: 'Web Enabling the AS400 / iSeries' > Subject: [WEB400] HTML/Javascript Object Expected > > I set up the following example HTML file and get the same > results. > "Object expected" But this time its on the <INPUT> tag. > If anyone has any cool tools that can debug this stuff, > that would be a > great help. > -Bob > > <html> > <head> > <title>JavaScript Test Page</title> > > <script type="text/javascript"> > function reCalc() { > > var Qty = document.PRICEING.QTY.value; > var baseFee= 10.00; > > if (isNaN(Qty) or Qty < 1) { > Qty = 1; > } > > var extDiv = document.getElementById("EXTPRICE"); > if (extDiv) { > extDiv.innterHTML = "<span>" + (Qty * baseFee) + > "<\/span>"; > } > > return; > } > </script> > </head> > > <body> > > <FORM name="PRICING" action="#"> > I am paying for > <input type="text" name="QTY" size="3" value="1" > onblur="reCalc()" > > attendee(s). The Amount Due is now: > <span id="EXTPRICE">10.00</span> $10.00 each. > </form> > </body> > </html> > > > -- > This is the Web Enabling the AS400 / iSeries (WEB400) > mailing list To > post a message email: WEB400@xxxxxxxxxxxx To subscribe, > unsubscribe, or > change list options, > visit: http://lists.midrange.com/mailman/listinfo/web400 > or email: WEB400-request@xxxxxxxxxxxx > Before posting, please take a moment to review the > archives at > http://archive.midrange.com/web400. > > > -- > This is the Web Enabling the AS400 / iSeries (WEB400) > mailing list > To post a message email: WEB400@xxxxxxxxxxxx > To subscribe, unsubscribe, or change list options, > visit: http://lists.midrange.com/mailman/listinfo/web400 > or email: WEB400-request@xxxxxxxxxxxx > Before posting, please take a moment to review the > archives > at http://archive.midrange.com/web400. > > > -- > This is the Web Enabling the AS400 / iSeries (WEB400) > mailing list > To post a message email: WEB400@xxxxxxxxxxxx > To subscribe, unsubscribe, or change list options, > visit: http://lists.midrange.com/mailman/listinfo/web400 > or email: WEB400-request@xxxxxxxxxxxx > Before posting, please take a moment to review the > archives > at http://archive.midrange.com/web400. > Bradley V. Stone BVS.Tools www.bvstools.com
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.