Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] Passing parameters to a new page


  • From: mdougherty at pbp.com (Mike Dougherty)
  • Subject: [Javascript] Passing parameters to a new page
  • Date: Wed May 16 10:05:23 2007

On 5/16/07, Del Wegener <del@xxxxxxxxxx> wrote:
> Is there any way for me to pass NAME to the new page ?  I would like to
> avoid server-side programming like PERL or PHP.
>
> If I can do that, then the quiz can select the appropriate questions from a
> flat-file database of questions.  Otherwise I will need a separate quiz page
> for each of the buttons.  They would be identical except for one variable

How is the quiz selecting questions from a database without a server
side script?

Are you able to update the button to include a querystring value in the link?