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. SCRIPT LANGUAGE=JavaScript function UpdateNavBar(){

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:

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:

Re: Frame Refresh

2000-05-07 Thread Russ Michaels
If you just want to target the form to another frame to process it then just use FORM action="action.cfm" TARGET="framename". Using javascript to refresh another frame wouldn't actually accomplish anything as the form wont be submitted. Russ Satachi Internet Development --

Frame Refresh

2000-05-06 Thread Brett Payne-Rhodes
My apologies if this question has been asked before. I've searched the archive with no success, so my thanks for your tolerance if I've just not found the answer... In essence I have a page with a number of frames. On one frame I enter a search value and click a 'submit' button. The button links

Re: Frame Refresh

2000-05-06 Thread Computer Simplistics Suppoer
a Complex World" http://www.c-s.net 661-296-4315 - Original Message - From: "Brett Payne-Rhodes" [EMAIL PROTECTED] To: "cf-talk" [EMAIL PROTECTED] Sent: Saturday, May 06, 2000 7:13 PM Subject: Frame Refresh My apologies if this question has been asked before