PHP Code:
<Script>
if (document.all) //IE4,5
loc = 'solutions.html'
else if (document.layers) //NS4
loc = 'solutions.html'
else if (document.getElementById) //NS5
loc = 'solutions.html'
else if (document.images) //NS3,IE4
loc = 'solutions.html'
else //NS2,IE3
loc = 'solutions.html'
window.location = loc;
//--></Script>
<Script>
if (document.all) //IE4,5
loc = 'solutions.html'
else if (document.layers) //NS4
loc = 'solutions.html'
else if (document.getElementById) //NS5
loc = 'solutions.html'
else if (document.images) //NS3,IE4
loc = 'solutions.html'
else //NS2,IE
loc = 'solutions.html'
window.location = loc;
//--></Script>