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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. Don't work in Netvigator

Don't work in Netvigator

Scheduled Pinned Locked Moved Web Development
helpquestion
2 Posts 1 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
    davilism
    wrote on last edited by
    #1

    The following code is supposed to submit the form to the process page. It works fine in IE, but not in Netvigator. When I hit the Submit, it just returns to the top and won't go. What should I add to make it work in Netvigator? function chkform() { var message = ""; /*if there is error in the form, append error string to the message*/ if(message.length > 0) { alert(message); return false; } else return true; } ... ... ...

    ... Submit

    D 1 Reply Last reply
    0
    • D davilism

      The following code is supposed to submit the form to the process page. It works fine in IE, but not in Netvigator. When I hit the Submit, it just returns to the top and won't go. What should I add to make it work in Netvigator? function chkform() { var message = ""; /*if there is error in the form, append error string to the message*/ if(message.length > 0) { alert(message); return false; } else return true; } ... ... ...

      ... Submit

      D Offline
      D Offline
      davilism
      wrote on last edited by
      #2

      The following code is supposed to submit the form to the process page. It works fine in IE, but not in Netvigator. When I hit the Submit, it just returns to the top and won't go. What should I add to make it work in Netvigator? function chkform() { var message = ""; /*if there is error in the form, append error string to the message*/ if(message.length > 0) { alert(message); return false; } else return true; } ... ... ...

      ... Submit

      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