Back to a previous page

H

Helmut Jarausch

Hi,

on a questionnaire page I use
<form method="post" action="Search.ks/Show" target="Results">
where no frame with name "Results" exists, yet.
The browser opens a new window and displays the 'results' there.

Is there any means to get back to the previous "questionnaire" page ?
A simple link won't do since I don't want to loose the contents of the
questionnaire which the user has filled in already.

history.go(-1) or history.go with any other negative number
doesn't work (as the BACK button of the browser doesn't work either)

Is this possible?

Many thanks for a hint,

Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany
 
D

David Mark

Hi,

on a questionnaire page I use
<form method="post" action="Search.ks/Show" target="Results">
where no frame with name "Results" exists, yet.
The browser opens a new window and displays the 'results' there.

Is there any means to get back to the previous "questionnaire" page ?
A simple link won't do since I don't want to loose the contents of the
questionnaire which the user has filled in already.

history.go(-1) or history.go with any other negative number
doesn't work (as the BACK button of the browser doesn't work either)

The new window has no history and you shouldn't use history.go for
navigation anyway.
Is this possible?

Don't open a new window.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,743
Messages
2,569,478
Members
44,898
Latest member
BlairH7607

Latest Threads

Top