Web Analytics Made Easy -
StatCounter Refreshes!!! - CodingForum

Announcement

Collapse
No announcement yet.

Refreshes!!!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Refreshes!!!

    I have a site that sends POSTed infromation between pages, what I need to do is refresh a page. Whenever I maually refresh that page it asks to resend information. I do and the page refreshes, updated. I wanted to do this automatically. However, when I put in javascript reload or metatag reload it automatically asks me to resend information. What I was wondering was if this resending of information could be done automatically? so the user doesn't have to push the resend button. I've tried passing in the 'true' parameter into the javascript reload function. If anyone could help that would be great. Maybe there is a work around through CGI or something.
    Thanks
    Ian

  • #2
    you could try to keep the values in <input type="hidden"> tags and keep submitting the form
    photoshop too expensive? use the GIMP! www.gimp.org

    Comment


    • #3
      You could also try to save all the post info to a cookie, hten reload, and read it in fro mthe cookie
      Computers are simple for the complex mind, yet complex for the simple mind

      Comment


      • #4
        or in a session variables with php (simpler)
        photoshop too expensive? use the GIMP! www.gimp.org

        Comment

        Working...
        X