Steve Kieu wrote:
...
>
> The exact html code above (you can copy it and paste
> into a new html file and test) if running with apache
> or skunk web, the challenge var is not empty (expected
> behaviour). I do not understand why, JavaScript runs
> in client box, and user submit it will send a request
> to (even out side webkit) a URL which has php and
> print out the code. And the variable is gone.
>
> What am I doing wrong , please comment.
Are you sure the JavaScript is running? Try putting a call to alert() in
there to make sure it's actually running.
- Geoff
|