JavaScript widget not working -- help!

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • tashfeen

    JavaScript widget not working -- help!

    Hello, I wrote a small JavaScript grade calculator for my students and
    put it on my blog. I've added it as a widget that appears only for a
    particular page.

    Problem:
    it's not working (but the local file on my computer is running
    perfectly). Could anybody please take a look at it and tell me how to
    fix this thing?

    Here's the link:
    Solved! Thanks to the guys from the Google forums. Here's the link: http://techqi.blogspot.com/2008/02/grade-calculator-for-university.htm...


    Sincerely,
    T.
  • Janwillem Borleffs

    #2
    Re: JavaScript widget not working -- help!

    tashfeen schreef:
    Problem:
    it's not working (but the local file on my computer is running
    perfectly). Could anybody please take a look at it and tell me how to
    fix this thing?
    >
    Check the source; it contains stray br elements:

    <br/>function gradeCalc()


    JW

    Comment

    • tashfeen

      #3
      Re: JavaScript widget not working -- help!

      On Feb 20, 6:34 am, Janwillem Borleffs <j...@jwscripts .comwrote:
      tashfeen schreef:
      >
      Problem:
      it's not working (but the local file on my computer is running
      perfectly). Could anybody please take a look at it and tell me how to
      fix this thing?
      >
      Check the source; it contains stray br elements:
      >
      <br/>function gradeCalc()
      >
      JW
      hooray! it works! thx!!

      Comment

      Working...