I'm looking at someone's javascript here in my console. The javascript has a
function in it.
The only problem is though, that there is no __doPostBack function on the html or the .js file.
What does the __ mean to javascript ??
Why does the function seem to not be there ? and why does it work without it ?
Code:
onclick="javascript:__doPostBack('Pager','2')"
The only problem is though, that there is no __doPostBack function on the html or the .js file.
What does the __ mean to javascript ??
Why does the function seem to not be there ? and why does it work without it ?