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
---------------------------------------------------



______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to