Ask HN: is the Google homepage written in ASP.NET?

1 points by acosmism ↗ HN
I viewed source on google.com for shits, and noticed a bunch of 'jsaction' attributes. It eventually got me to search for it and find the answer via google; so I just discovered jsaction is an obscure .NET route handler library. I then, through being distracted, also came across 'jstag' which seems to be an analytics beacon library for tracking. whats the deal?

2 comments

[ 2.9 ms ] story [ 17.9 ms ] thread
"jsaction" and "jstag" are very generic names. The "js" prefix probably just indicates that these attributes are accessed in JavaScript.