Results 1 to 4 of 4

Thread: Mouse Click Event In ASp Like VB 6

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2002
    Posts
    83

    Mouse Click Event In ASp Like VB 6

    Hi Friends
    i have Developed an ASP PAge . Now in that page i want to use some thing like Mouse Click Event in Vb . K when Ever user Click on the Combo box Certain Action happens. just like in hotmail when we select the Country then the [page reloads or it gets all the values from the databse thus refresh te dtabase. where as i dont have any thing such in database .
    Simply wants to enable or disable the Certain boxes depending on the value Selected in the Combo box.

    its simple in VB 6 like using Events. Now how can v use it ASP Page . i have seen events in Dreamviewer 4.0 but hiding or unhiding a textbox mmmmm ?????

    Plz Help

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Mouse Click Event In ASp Like VB 6

    You must use client side script to handle the onChange event of the combobox. Make it set a certain variable, then submit the page to itself if required, analyze the bit and disable/enable elements appropriately.

  3. #3
    New Member
    Join Date
    Jun 2006
    Posts
    10

    Re: Mouse Click Event In ASp Like VB 6

    thanks

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Mouse Click Event In ASp Like VB 6

    No problem, add Resolved for future searches.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width