var version = navigator.appVersion;
function Version() // onload
{
if (version.indexOf('MSIE 7.0') != -1)
alert("U R Using IE 7");
else
alert("Some Other");
}
Tuesday, March 4, 2008
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment