plzz help me immediately

Discussion in 'JSP' started by maheswari, Apr 30, 2008.

  1. maheswari

    maheswari New Member

    Joined:
    Apr 30, 2008
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    0
    hi..
    in my first jsp page i have 8 radio buttons.when any radio button is clicked and by clicking next it goes to the next jsp page...now i want to go back to the jsp page.the radio button which i chose should be checked...


    for example in a quiz u ll select some answer for the first question and move to the second question..now u want to change the 1 question answer so when u go back to the answer which u selected should be there.
     
  2. Gogs1983

    Gogs1983 New Member

    Joined:
    Apr 28, 2008
    Messages:
    9
    Likes Received:
    0
    Trophy Points:
    0
    <FORM>
    <INPUT type="button" value="Click here to go back" onClick="history.back()">
    </FORM>

    i think this is what you mean??
     
  3. maheswari

    maheswari New Member

    Joined:
    Apr 30, 2008
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    0
    hi gogs1983,

    thanks for ur reply.but it was not working.i already tried that pa..

    for example in a quiz u ll select some answer for the first question and move to the second question..now u want to change the 1 question answer so when u go back to the answer which u selected should be there.


    <INPUT type="button" value="Click here to go back" onClick="history.back()">
    if we use this it will go back to the previous page and there will be the selected answer,but after changing the option in the first page ,then we return back to the second page means ,already selected answer in the second page is not there.........
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice