How does settimeout ('__ dopostback (' dropdownlist 1 '' '') '0) work? [closed]

1

I would like to know how it works, because I'm trying to learn, and I'm having some doubts, I'm a beginner on this subject I've been reading about javascript a few days ago.

I'd like to know how tabindex works also.

    
asked by anonymous 05.08.2015 / 00:11

1 answer

0

In practice I use to set a server side event via JavaScript. Details:

  • settimeout: Set a timeout to execute a function or action.
  • dopostback: Invokes the postback function, passing the event element with parameter.
05.08.2015 / 01:32