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 on ie8

javascript on ie8

Scheduled Pinned Locked Moved Web Development
javascripthelptutorial
4 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.
  • D Offline
    D Offline
    Denver Thomas
    wrote on last edited by
    #1

    Hi , There is an issue of ie8 on JavaScript.When I call a button click on ie8 , postback is occuring.It is working fine with ie7.How to prevent it from happening a postback With Warm regards.

    M A S 3 Replies Last reply
    0
    • D Denver Thomas

      Hi , There is an issue of ie8 on JavaScript.When I call a button click on ie8 , postback is occuring.It is working fine with ie7.How to prevent it from happening a postback With Warm regards.

      M Offline
      M Offline
      Marc Firth
      wrote on last edited by
      #2

      onclick="return false;"

      The above javascript should do it. So if you had a function call in your onclick:

      onclick="yourfunction(); return false;"

      you may also want to: Disable the Enter Key[^]

      Portfolio | Web Design, Web Hosting & IT Support

      1 Reply Last reply
      0
      • D Denver Thomas

        Hi , There is an issue of ie8 on JavaScript.When I call a button click on ie8 , postback is occuring.It is working fine with ie7.How to prevent it from happening a postback With Warm regards.

        A Offline
        A Offline
        Abhijit Jana
        wrote on last edited by
        #3

        I hope your issue has been resolved ;)

        Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.

        1 Reply Last reply
        0
        • D Denver Thomas

          Hi , There is an issue of ie8 on JavaScript.When I call a button click on ie8 , postback is occuring.It is working fine with ie7.How to prevent it from happening a postback With Warm regards.

          S Offline
          S Offline
          Sujith Divakaran
          wrote on last edited by
          #4

          Hai Folks.... If anybody looking for to send SMS from your php page or jsp or from any other web scripts no need to create any hectic code. i got a solution for you. ust use the given ling (URL) to send sms from your php / jsp application.All you needed is an account in way2sms (http://site2.way2sms.com/content/index.html) all rite.. Hope Now you have an account in way2sms with USERNAME and PASSWORD All you need to do is call this url from ur php/jsp application with parameters * You have to pass 4 parameters along with the URL to send SMS http://www.hashsolutions.in/demo/sendsms/sendsms.php?rec=94xxxxxxxx&message=messagebody&user=9400xxxxxxxx&password=sujidivakar Let me Explain rec="The receiver num to whom you want sens sms" message="Body of the message that you wanna send" user="Your way2sms username(phone num)" password="password of your way2sms account" Now Check it out and enjoy... Happy coding folks.... If you friends think this link is helpfull please give a like to our FACEBOOK link given below https://www.facebook.com/hashsolutions Friends.........,For your any valuable suggestion and doubts please feel to write Me @ sujidivakar@gmail.com Ma FB account https://www.facebook.com/sujidivakar Hash Solutions, Cochin http://www.hashsolutions.in/

          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