Another question. Using this <input> tag:
<input type="button" value="Refresh" class="navlinks" onClick="parent.frames['middle'].location.href = parent.frames['middle'].location.href;"> I'm executing a script using <cfexecute> Once this finishes executing I would like to have the above refresh happen automatically rather then having to click the refresh button. Can this be done. It would be great if it could. On Wed, 25 Sep 2002 11:13:43 -0400, FlashGuy wrote: > Did you order the code red! > > On Wed, 25 Sep 2002 09:01:50 -0600, Andre Turrettini wrote: > > > I can just see it now. . . > > Nathan Jessop to his apprentice cold fusion programmer Daniel Kafee: > > > > Col. Nathan Jessop: "You want answers?" > > Lt. Daniel Kaffee: "I think I'm entitled." > > Jessop: "You want answers?" > > Kaffee: "I want the truth!" > > Jessop: "You can't handle the truth!" > > Kafee: "Tell me anyway" > > Jessop: "CFMX isnt truly object oriented!!!" > > Kafee: "GASP" > > > > Heee heee > > DRE > > > > -----Original Message----- > > From: Haggerty, Mike [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, September 25, 2002 8:39 AM > > To: CF-Community > > Subject: RE: <input box > > > > > > The thing about frames and the history object: > > > > The history object captures each request for a new page coming from the > > browser. If the right frame was the last to load, the right frame will be > > the one reloading. > > > > Try something like this to refresh the page: > > > > <input type="button" value="Refresh" class="navlinks" > > onClick="parent.frames['middle'].location.href = > > parent.frames['middle'].location.href;"> > > > > I am still curious about your sig; are you really a colonel in Guatanamo > > Bay, Cuba? > > > > M > > > > -----Original Message----- > > From: FlashGuy [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, September 25, 2002 10:27 AM > > To: CF-Community > > Subject: <input box > > > > > > I'm using 3 column frames on my site with the following names. > > > > | left | middle | right | > > > > I have this <input> line on a page in the "right" frame. When I click on the > > "Refresh" button I want the "middle" frame refreshed. The below only > > refreshes the "right" frame when clicked. Whats wrong with my syntax or JS? > > > > > > <input type="button" value="Refresh" class="navlinks" > > onClick="javascript:history.go(0);" target="middle"> > > > > > > > > --------------------------------------------------- > > Colonel Nathan R. Jessop > > Commanding Officer > > Marine Ground Forces > > Guatanamo Bay, Cuba > > --------------------------------------------------- > > > > > ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
