You might be best off creating a function. So in your link would be something like: onClick="myRefreshFunction(frame names)" And the function at the top would take the frame names as arguments and if the frame was named, refresh that fram.
Kevin Graeme > -----Original Message----- > From: FlashGuy [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 25, 2002 11:27 AM > To: CF-Community > Subject: Refreshing multiple frames *continuation from previous thread* > > > How can I "refresh" to frame windows? > > <input type="button" value="Refresh" > class="navlinks" onClick="parent.frames['middle'].location.href = > parent.frames['middle'].location.href;"> > > This refreshes the frame called "middle". I also need to refresh > the frame "display". Can you have multiple refreshes on the line > of code above? > Whats the proper syntax? > > > --------------------------------------------------- > Colonel Nathan R. Jessop > Commanding Officer > Marine Ground Forces > Guatanamo Bay, Cuba > --------------------------------------------------- > > > > ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
