View Single Post
Old 09-28-2004, 11:43 PM  
Magg
Confirmed User
 
Join Date: Feb 2004
Location: ICQ: 132497047
Posts: 4,467
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> 
Magg is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote