javascript frame refresh function for IE4.07

2001-04-26 Thread Mark Smyth
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. function UpdateNavBar(){ parent.left.window.location.href="

RE: javascript frame refresh function for IE4.07

2001-04-26 Thread Phil Ewington
Try document.frames[left].location.href Phil. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http

RE: javascript frame refresh function for IE4.07

2001-04-26 Thread Phil Ewington
Sorry, please ignore last post, the correct code is parent.document.frames['left'].location = "nav.cfm"; Phil. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http:/