The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
I was just wondering though, is there any way you can use JavaScript to capture the input (via a user prompt), call the variable $whatever and then store that in a DBM file using Perl?
I had a little go, but the user prompt doesn't seem to work and I'm not sure if this is me just doing something wrong or if JavaScript can't accept the variable name as $text (what I'm using).
Cheers for any help.
Cheers for your help.
A few things though, keep in mind that javascript is client side where as your perl script is server side. So there isn't really any possibility for interaction between them other than javascript taking information from a form/user prompt and then placing that information in a URL which it calls it self.
I was just wondering though, is there any way you can use JavaScript to capture the input (via a user prompt), call the variable $whatever and then store that in a DBM file using Perl?
I had a little go, but the user prompt doesn't seem to work and I'm not sure if this is me just doing something wrong or if JavaScript can't accept the variable name as $text (what I'm using).
Cheers for any help.