Click to See Complete Forum and Search --> : Linkage help please!


glenji2k3
10-31-2003, 02:53 PM
Hello, my name is Glenn and I am new to this forum.
I am quite the beginner with javascript, though I am very
ambitious. Much of my time at the computer is at work, so I am practicing there.

Here is my question: I am trying to link a 30-item test to another page so that when all of the scores are entered (values 1-4 only) and the button is clicked the user is directed to this second page, where three separate scores taking the values from the first page are calculated and displayed, along with a total score. Can someone tell me the best way to go about this? I am not very familiar with submit buttons or how to take entered values from one page and perform calculations of them on another.
Please Help!!!!
-thanx.

Khalid Ali
10-31-2003, 04:55 PM
Please read about the following function in javascriptdocs.

window.location.search

A google search of the above phrase should take you to allots of resources.

it will be an easier solution for you

There are other solutions such as use of cookies on client side and using server side programming languages

glenji2k3
11-01-2003, 08:23 AM
Thank you for your help Khalid. Your advice proved quite useful.