Salam tahir bhai javascript is new for me
plz tell how eval function is work?
I know about little bit &
how can we write our own eval() function in javascript
& plz kindly send any javascript reference link
<script type="text/javascript">
<!--
eval("x=10;y=20;document.write(x*y)");
document.write("<br />");
document.write(eval("2+2"));
document.write("<br />");
var x=10;
document.write(eval(x+17));
document.write("<br />");
-->
</script>
200
4
27
to wo mujhe is ka result return kare 4.eval("2+2")
Return to Java Script / VB Script
Users browsing this forum: No registered users and 0 guests