开发者

What web framework uses "javascript:__doPostBack()"

I've seen this al开发者_JS百科l over the web

javascript:__doPostBack('ctl00$ContentPlaceHolder1$lnk2','')

Checking headers of the last place I saw it didn't reveal a server side language.

What server side language and/or framework encourages this style of link?


ASP.NET server controls that post to the current page generate those kind of links.


Microsoft's ASP.NET


Microsoft's Asp.net Web forms frameworks uses this type of convention to make post back to page.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜