automatic post

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • jason@cyberpine.com

    automatic post

    I suspect I can do this in javascript.

    I'm currently automatically refreshing the page with the meta code
    REFRESH in html. Problem is sometimes my form has text. Any way to
    submit what's already been entered?

    The server is vb.net (asp.net). I can set the value of the forms back
    to what they were before the post if I can distinguish between a
    forced submit and human submit - but that's another issue.

    Also, what if I have clients (web devices) that do not support
    javascript?
  • Stuart Palmer

    #2
    Re: automatic post

    Would the answer here be frames?
    top section, meta refresh/JS reload. Bottom section is the form....only
    submit when you want. A submit is a submit.

    Stu

    <jason@cyberpin e.com> wrote in message
    news:ef0a04d7.0 402281826.26395 475@posting.goo gle.com...[color=blue]
    > I suspect I can do this in javascript.
    >
    > I'm currently automatically refreshing the page with the meta code
    > REFRESH in html. Problem is sometimes my form has text. Any way to
    > submit what's already been entered?
    >
    > The server is vb.net (asp.net). I can set the value of the forms back
    > to what they were before the post if I can distinguish between a
    > forced submit and human submit - but that's another issue.
    >
    > Also, what if I have clients (web devices) that do not support
    > javascript?[/color]


    Comment

    Working...