Not signed in (Sign In)

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.


    • CommentAuthorphilips
    • CommentTimeNov 27th 2006
     
    I have a page that has a form embeded inside an Iframe. When I submit the form, it is set to redirect to a new page. The problem is that the new page opens inside the Iframe. I would like for it to open as a new page. Not a new window either.
    Thanks
    • CommentAuthorjohn
    • CommentTimeNov 27th 2006
     
    Its pretty simple code.

    add the following:

    target="_top"

    Thats it.