Results 1 to 2 of 2

Thread: Simulating the Back button

  1. #1

    Thread Starter
    Hyperactive Member Al Smith's Avatar
    Join Date
    May 1999
    Location
    Marcellus, MI. USA
    Posts
    330
    Hi,
    I have an html form with several text boxes. When the form is submitted it calls as ASP routine that updates a database based on the inputs. Before the actual update occurs a textbox is displayed showing the data being submitted with a "Is this correct?" prompt.
    What I'm trying to do is if "No" is selected the html form reappears with the data still in the text fields so it can be edited then resubmitted.
    If I click the Back button on the menu this happens.
    I thought I could use <a href=TheForm.html>No</a> but this created a new blank html form.
    Thanks,
    Al.
    A computer is a tool, not a toy.

  2. #2

    Thread Starter
    Hyperactive Member Al Smith's Avatar
    Join Date
    May 1999
    Location
    Marcellus, MI. USA
    Posts
    330

    Thumbs up Never Mind. I found it

    <a href=javascript:history.back(1)> No</a>
    A computer is a tool, not a toy.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width