Parsing a var from Javascript

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Pjotr Wedersteers

    Parsing a var from Javascript

    I have a small Javascript applet that users can start from within a html
    page.
    I'd like to adapt the script in a way it invokes a php counter script that
    keeps track of the number of times the applet has been run.
    Also I'd like the script to parse some numerical and string vars to a PHP
    script.
    The script has a reset() function in which I like to embed the necessary
    lines to invoke/parse to PHP script.

    How should I roughly go about this ?
    TIA
    Pjotr


Working...