If (navigator.appName = "Microsoft Internet Explorer") Then If (navigator.appVersion.substring(1, 0) >= "4") Then document.write("New IE version") Else document.write("Old IE version") End If Else document.write("NetScape version") End If
Life is a Race Thanks & Regards By Sabari Mahesh P M
Login to post response