javascript on ie8
-
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.
-
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.
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[^]
-
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.
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.
-
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.
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/