[Javascript] Passing parameters to a new page

Mike Dougherty mdougherty at pbp.com
Wed May 16 10:05:13 CDT 2007


On 5/16/07, Del Wegener <del at delweg.com> 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?



More information about the Javascript mailing list