Search the archives!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Javascript] Passing parameters to a new page
- From: nick at customdesigns.ca (Nick Wiltshire)
- Subject: [Javascript] Passing parameters to a new page
- Date: Wed May 16 11:06:30 2007
On Wednesday 16 May 2007 08:40, Del Wegener wrote: > Good Morning; > > On my algebra website I have a button labed QUIZ at several location on > each of many pages. Each of these locations has a NAME. The intent is > that clicking on this button takes me to a new page which presents an > interactive quiz on the material associated with the location of the > particular button that was clicked. > > 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. > One option that may work is a cookie. I'm not familiar with possible implementation, but it could work. > 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 containing NAME. I have that working but would like to replace it > with a more efficient method. In total there may well be over a thousand > such quiz pages. > > Thanks for any help. > > Del > > > _______________________________________________ > Javascript mailing list > Javascript@xxxxxxxxxx > https://lists.LaTech.edu/mailman/listinfo/javascript
- References:
- [Javascript] Passing parameters to a new page
- From: Del Wegener
- [Javascript] Passing parameters to a new page
- Prev by Date: [Javascript] Passing parameters to a new page
- Next by Date: [Javascript] Passing parameters to a new page
- Previous by thread: [Javascript] Passing parameters to a new page
- Next by thread: [Javascript] Replace Characters
- Index(es):