Hi all

This might be a bit of a shot in the dark, but heres hoping.

I'm using the function below to autorefresh a nav bar upon login to provide
a customised menu depending upon access.

<SCRIPT LANGUAGE="JavaScript">
function UpdateNavBar(){
 
parent.left.window.location.href="http://127.0.0.1/travel/home/nav.cfm";;
         return true;
}
</SCRIPT> 

<BODY topmargin="8" onLoad="UpdateNavBar();"> 


The trouble is it works fine on IE 5, but the client reporteed that dosn't
work (they use IE4.07).

Does anyone know a function which will??

TIA
Mark

Mark Smyth 
Developer 
Systems Union eBusiness Solutions 
01865 880800 
[EMAIL PROTECTED]
www.systemsunion.com 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to