[jQuery] Re: Callback to home page from 2nd page

2008-09-25 Thread ricardobeat
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.

[jQuery] Re: Callback to home page from 2nd page

2008-09-25 Thread Kavitha reddy
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?

[jQuery] Re: Callback to home page from 2nd page

2008-09-25 Thread ricardobeat
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