The sample code is given below,,
<body>
<script type="text/javascript">
var i=123;
alert("Value of i= "+i);
</script>
<!-- I need to access the variable "i" here.
And store it in an integer variable.
-->
</body>
The sample code is given below,,
<body>
<script type="text/javascript">
var i=123;
alert("Value of i= "+i);
</script>
<!-- I need to access the variable "i" here.
And store it in an integer variable.
-->
</body>