asp.net mouse move coordinte change

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vikysaran
    New Member
    • Nov 2006
    • 14

    asp.net mouse move coordinte change

    hi,
    please check http://www.golsinc.com/app7/
    i need to make it in such way that when user moves his pointer inside the image, it generates coordinated inside the textbox. after one click it stores the value the when again user moves his pointer then movement looks inside 2nd textbox.
    likewise he does for 3rd textbox.
    Currently in this application i am not able to show changing values on mouse move. all 3 types of clicks creates rectsngle, square and tringle.

    Help me please. I am making this application in Asp.net. You may help me with Javascript code also.

    Thankx
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    This appears to be an entirely javascript based problem. I will move it over there.
    Although, about 15seconds in a search engine will probably tell you everything you need to know about mouse events.

    MODERATOR

    Comment

    • vikysaran
      New Member
      • Nov 2006
      • 14

      #3
      yes i got the solution of my problem.
      FYI now-

      Hello,
      please check
      1. http://www.golsinc.com/app7/demo1.aspx (On IE)
      and
      2. http://www.golsinc.com/app7/ (On Firefox)

      when you click on image on 2nd url i gave, it creats a Circle, Triangle and Square repectively. but i does not show the coordinate where the pointer is and at every click page posts to the server.

      in 1 url, page doesnt posts back and has all the features i need besides Circle, Triangle and Square genaration on clicks. i made 1st url page with the help of javascript but 2nd is totally made on asp.net c#

      Could anybody please help me in solving this problem for Url 1 ??

      Reply soon
      Thanx

      Comment

      • acoder
        Recognized Expert MVP
        • Nov 2006
        • 16032

        #4
        See mouse position - you should be able to adapt it to your requirements.

        Comment

        Working...