I store some parameters client-side in HTML and then need to compare them as integers. Unfortunately I have come across a serious bug that I cannot explain. The bug seems to
use parseInt and compare like below:
parseInt
javascript:alert(parseInt("2")>parseInt("10"))