January 7, 200224 yr Is there a way to display search results in a different frame when doing a -Find? I've tried the "target=", but it doesn't seem to work. Thanks! Aaron Savka Thread FX [ January 07, 2002: Message edited by: Thread FX ]
January 7, 200224 yr "target" should allow you to return a format file (results) to a different frame. Sometimes I have problems with path-names to the frame and different browsers. Here is an extract of code which works for us: <form name="persfm" target="middle_right" action="../FMPro" method="post"> <input type="hidden" name="-db" value="rmr_talent.fp5"> <input type="hidden" name="-lay" value="allfields"> <input type="hidden" name="-format" value="/pages/pers_src.html"> <input type="hidden" name="code" value="[FMP-CurrentToken]"> All the best. Garry
Create an account or sign in to comment