Problems with javascript event lauch from VB.net control

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • phfle1
    New Member
    • Oct 2007
    • 27

    #31
    Thanks,

    Sorry, I hadn't seen the tabs.
    My VS2005 is attach to a internet explorer. I use firefox after to see if all is ok.

    Comment

    • drhowarddrfine
      Recognized Expert Expert
      • Sep 2006
      • 7434

      #32
      That's backwards. Never, ever use any version of IE to initially test a web page. It is nine years behind web standards or wrong in its imlementation. Always, always use a modern browser, such as Firefox, Opera or Safari. Then, if necessary, the markup can be hacked to get IE to work.

      Comment

      • phfle1
        New Member
        • Oct 2007
        • 27

        #33
        Ok,

        I just realized that the problem was that there was an ajax call on the click of the button so there wasn't any post back. So the cursor could not be changed back to default.

        Thanks, for the help

        Comment

        • Frinavale
          Recognized Expert Expert
          • Oct 2006
          • 9749

          #34
          Originally posted by phfle1
          Ok,

          I just realized that the problem was that there was an ajax call on the click of the button so there wasn't any post back. So the cursor could not be changed back to default.

          Thanks, for the help

          I'm glad you solved your problem.

          Comment

          Working...