in reply to Using CGI (Perl) and javascript at the same time

krt6, have your javascript assign the hostname value to a hidden FORM field, then either wait until the user submits the form requesting the next page from your CGI or have the javascript auto-submit the form.

Then you just have to handle that field on the server side in your Perl script. Be sure to handle not getting any hostname if the user is going through anonymizer.com or has some other protection in place to prevent your javascript from running.

- - arden.

  • Comment on Re: Using CGI (Perl) and javascript at the same time