Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. JavaScript
  4. HTML and javascript dashboard

HTML and javascript dashboard

Scheduled Pinned Locked Moved JavaScript
javascripthtmlhelpquestion
5 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • U Offline
    U Offline
    User 12679521
    wrote on last edited by
    #1

    I have created HTML tables as below by hard coded the values: Name weekhandledticket monthlyhandledticket dailyhandledticket credits xyz 1 2 1 1 My requirement is I want to achieve this dashboard directly on browser without hard coding the values.it should directly taken from external file like javascript .is it possible to attain this requirement using JavaScript itself? Please give me some idea to drive this requirement? TO BE MORE PRECISE "TO create a dashboard using HTML table and display the data on runtime with help of javascript ?"

    N W H 4 Replies Last reply
    0
    • U User 12679521

      I have created HTML tables as below by hard coded the values: Name weekhandledticket monthlyhandledticket dailyhandledticket credits xyz 1 2 1 1 My requirement is I want to achieve this dashboard directly on browser without hard coding the values.it should directly taken from external file like javascript .is it possible to attain this requirement using JavaScript itself? Please give me some idea to drive this requirement? TO BE MORE PRECISE "TO create a dashboard using HTML table and display the data on runtime with help of javascript ?"

      N Offline
      N Offline
      Nathan Minier
      wrote on last edited by
      #2

      Erm, yes, that's entirely possible and even normal. It sounds like you need to learn some JS and I would suggest by starting with jQuery. Have a look at jQuery Learning Center[^] to get started.

      "There are three kinds of lies: lies, damned lies and statistics." - Benjamin Disraeli

      1 Reply Last reply
      0
      • U User 12679521

        I have created HTML tables as below by hard coded the values: Name weekhandledticket monthlyhandledticket dailyhandledticket credits xyz 1 2 1 1 My requirement is I want to achieve this dashboard directly on browser without hard coding the values.it should directly taken from external file like javascript .is it possible to attain this requirement using JavaScript itself? Please give me some idea to drive this requirement? TO BE MORE PRECISE "TO create a dashboard using HTML table and display the data on runtime with help of javascript ?"

        W Offline
        W Offline
        W Balboos GHB
        wrote on last edited by
        #3

        You can learn how to use javaScript (and the DOM access it gives you) here: JavaScript Tutorial[^] But the best way to generate pages is server-side, for which PHP is a great language: PHP 5 Tutorial[^] You can make changes to an existing page with either javaScript (via DOM) or php (via AJAX), depending upon where the 'new' data is stored.

        Ravings en masse^

        "The difference between genius and stupidity is that genius has its limits." - Albert Einstein

        "If you are searching for perfection in others, then you seek disappointment. If you are seek perfection in yourself, then you will find failure." - Balboos HaGadol Mar 2010

        1 Reply Last reply
        0
        • U User 12679521

          I have created HTML tables as below by hard coded the values: Name weekhandledticket monthlyhandledticket dailyhandledticket credits xyz 1 2 1 1 My requirement is I want to achieve this dashboard directly on browser without hard coding the values.it should directly taken from external file like javascript .is it possible to attain this requirement using JavaScript itself? Please give me some idea to drive this requirement? TO BE MORE PRECISE "TO create a dashboard using HTML table and display the data on runtime with help of javascript ?"

          H Offline
          H Offline
          Harpreet05Kaur
          wrote on last edited by
          #4

          1. Try to learn Jquery , HTML Tables and Ajax 2. Put and ajax call and bind the response in html tables to show

          1 Reply Last reply
          0
          • U User 12679521

            I have created HTML tables as below by hard coded the values: Name weekhandledticket monthlyhandledticket dailyhandledticket credits xyz 1 2 1 1 My requirement is I want to achieve this dashboard directly on browser without hard coding the values.it should directly taken from external file like javascript .is it possible to attain this requirement using JavaScript itself? Please give me some idea to drive this requirement? TO BE MORE PRECISE "TO create a dashboard using HTML table and display the data on runtime with help of javascript ?"

            H Offline
            H Offline
            Harpreet05Kaur
            wrote on last edited by
            #5

            Its really easy, You need to study more jquery, Tables , Ajax . 1. put an ajax call and get your data in jquery. 2. Bind your data to the html table format. Here you done

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups