Is there any HTML or Javascript decompiler available?
+3
A:
Ctrl + U :D On a serious note HTML and JS are not compiled as such , the code is generally open for all to see
Ravi Vyas
2010-05-29 12:49:43
Thanx man.. Very good answer..
SamSol
2010-05-29 12:50:52
+4
A:
There is not, since it's not compiled in the first place...is a javascript unpacker or un-minifier what you are after? If not, right click (or view menu), view source.
Also, Google Chrome has built-in tools for this and Firefox has Firebug, right click, inspect element in either.
Nick Craver
2010-05-29 12:50:14