Results 1 to 2 of 2

Thread: How to call a function when combobox changes?

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Oct 2000
    Posts
    1,463

    How to call a function when combobox changes?

    Hi,

    I'm trying to do something and cannot find out how so hopefully someone can help.

    I have a combobox in my ASP page. When the user makes a selection in it I need to change the value of a session variable. I know I could make the page reload passing a value as a form and loading it that way. Is there a way I can just call a function in my ASP page and have it set the session variable instead so the page does not have to reload?

    Thanks!

    Warren

  2. #2
    PowerPoster
    Join Date
    May 2006
    Posts
    2,988

    Re: How to call a function when combobox changes?

    Not in ASP as it has already been loaded, but you could use Javascript and set a cookie. In that case though you would also need to use cookies in the ASP for that variable also.

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