i have two html one which works in all browser and the other is for ie
ex 1.html (not ie) and 2.html (ie)
i added this in 1.html
!--[if IE]><meta http-equiv="refresh" content="0;URL=2.html/"><![endif]-->
which works
my question is if the visitor visit the same page (2.html) and using different browser
i want to redirect back to 1.html (not ie)