Hi
My second question is the eval function of javascript works fine in IE7 but not in Mozilla. The function in my code is as follows:
How do i make it work in Mozilla.
Thanks
Mansoor
My second question is the eval function of javascript works fine in IE7 but not in Mozilla. The function in my code is as follows:
Code:
var str = "alert('how r u')";
eval(str);
Thanks
Mansoor
Comment