Results 1 to 2 of 2

Thread: Mathematical operations in html?

  1. #1
    Join Date
    Sep 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Mathematical operations in html?

    I am creating a grading system using html, please help me how to create functions using html since we are not allowed to use php/sql etc. the onlt prog lang we can use is jscipt. thaanks,

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    We don't do homework here. I can tell you that there's no Math in HTML. You would need javascript, aka in Internet Explorer as jscript. If you have some code already and you want some suggestions on it, we can probably help with that. And, last time I was in school:

    Spelling Counts

    Speaking of school, the site w3schools has some stuff on javascript and math (jscript is javascript):

    http://www.w3schools.com/jsref/jsref_obj_math.asp

    Assuming you know the basics of javascript/jscript it's a good reference. If not, start here:

    http://www.w3schools.com/js/default.asp

    However, if your instructor is super strict, technically speaking jscript is most javascript + some proprietary stuff available only in Microsoft products. They have a knowledge base for it:

    http://msdn.microsoft.com/en-us/libr...(v=VS.85).aspx
    Last edited by jscheuer1; 09-20-2011 at 02:41 PM. Reason: add links
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •