|
I'm really confused about how you're doing things.
Your form actions lead to PHP files, but the way your javascript is written, it appears as though you are using ASP/server-side javascript to process parts of it.
Why do you need javascript at all? If you are using PHP to process the form, why not tally the score using PHP? You could do so by using either hidden form fields or by generating and editing cookies.
__________________
I hate Internet Explorer! Anyone with me?
|