fabio.bozzo 0 Newbie Poster

I just setup a border layout for my page, here's some code:

<cflayout type="border">
         <cflayoutarea position="top" size="80" align="right">
             <p>
                 <cfform name="logMeout" action="#CGI.script_name#" method="post" target="_top"> 
                       <cfinput type="submit" name="logout" value="Logout" />
                   </cfform>
               </p>
        </cflayoutarea>

...

When I click that button, the logout page displays in the top bar.

What I want is to display the page in the window, I mean, reload the entire http page.

I tried target _top but it does not work. So what?