Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

frame nested reload

Options
  • 02-09-2004 12:26pm
    #1
    Closed Accounts Posts: 293 ✭✭


    i have a page with nested frames
    on one of the frames, have a registration page which uses formmail. when you submit it redirects to the main page but only redirects in that frame

    how can i set it to reload the whole page?


Comments

  • Closed Accounts Posts: 4,655 ✭✭✭Ph3n0m


    How is the new page being called? Automatic redirection? HREF link? Timed refresh?


  • Closed Accounts Posts: 293 ✭✭sinus


    I have used in my form tag
    <input type=hidden name="redirect" value="http://www.mysite.com">
    


  • Closed Accounts Posts: 4,655 ✭✭✭Ph3n0m


    Are the variables getting passed to another page or a script? if so, post up the source of whichever it is, should make things a lot clearer


  • Registered Users Posts: 1,967 ✭✭✭Dun


    If you have a framed page like this:
    mainFrameset.html:

    Menu.html | content.html
    Am I right in presuming that what you meant was that you had

    Menu.html | form.html

    redirecting back to mainFrameset.html and were ending up with:

    menu.html | menu.html | content.html

    If it was, why not change the redirect to the "content.html" page?


  • Closed Accounts Posts: 293 ✭✭sinus


    Dun wrote:
    If it was, why not change the redirect to the "content.html" page?

    yes intelligence was never my bestest subject

    thanks dun...sometime i suprise myself how dumb i am
    :eek:


  • Advertisement
Advertisement