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. How to submit the below form using Javascript?

How to submit the below form using Javascript?

Scheduled Pinned Locked Moved JavaScript
javascriptcomtutorialquestion
3 Posts 3 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.
  • D Offline
    D Offline
    Dotnetkanna
    wrote on last edited by
    #1

    Hi All, I would like to submit the below URL in a interval of every one minute. http://positions.vistracks.com/facts/factsformparser?payload=FACT,12345,-88.04,42.0,2009-12-15T00:00:00Z, SensibleSensor-Q42,,45.5,184,,temperature=18.5,Doorstate=open This URL will contain with a PostFact button this should submit for every one minute, How to submit this using javascript? Thanks Kanna

    A A 2 Replies Last reply
    0
    • D Dotnetkanna

      Hi All, I would like to submit the below URL in a interval of every one minute. http://positions.vistracks.com/facts/factsformparser?payload=FACT,12345,-88.04,42.0,2009-12-15T00:00:00Z, SensibleSensor-Q42,,45.5,184,,temperature=18.5,Doorstate=open This URL will contain with a PostFact button this should submit for every one minute, How to submit this using javascript? Thanks Kanna

      A Offline
      A Offline
      Alex Manolescu
      wrote on last edited by
      #2

      Hi Kanna, you may use setInterval function from JavaScript. This is a start point!

      1 Reply Last reply
      0
      • D Dotnetkanna

        Hi All, I would like to submit the below URL in a interval of every one minute. http://positions.vistracks.com/facts/factsformparser?payload=FACT,12345,-88.04,42.0,2009-12-15T00:00:00Z, SensibleSensor-Q42,,45.5,184,,temperature=18.5,Doorstate=open This URL will contain with a PostFact button this should submit for every one minute, How to submit this using javascript? Thanks Kanna

        A Offline
        A Offline
        Atulkryadav
        wrote on last edited by
        #3

        With help of setTimeout('yourFunction',1000); function yourFunction{ //your logic here }

        Atul Kumar

        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