Sounds like something that should be done server-side with a database.

Anyway, the only way to pass javascript data to another page is via
the location.hash (http://page.com/
index.htm#data1=yuck,data2=yack,data3=yock). You turn the data into a
string, attach it to an <a href=""> or directly change the
location.href in your script. Then you get the value from
location.hash in the other page and split the string according to the
format you used to get a data array.

On 25 set, 20:37, "Kavitha reddy" <[EMAIL PROTECTED]> wrote:
> After submittinh home page I will be redirected to next page . So Upon
> clicking "Start " again I should be redirected to HomePage with only two
> questions to be displayed instead of all.
>
> On Fri, Sep 26, 2008 at 1:45 AM, ricardobeat <[EMAIL PROTECTED]> wrote:
>
> > Hi!
>
> > Could you rephrase your question?
>
> > On Sep 25, 4:14 am, Reddy <[EMAIL PROTECTED]> wrote:
> > > Could somebody help me in this issue.
>
> > >  when I am on landing page I have two questions to be answered . When
> > > I click on 2nd ques which is radio button i will be shown with other
> > > remaining questions.
>
> > > So from 2nd page when i click on link which takes me to  homepage  I
> > > want that exact page which i will be prompted when i try to access my
> > > application.

Reply via email to