is there a good way to send JavaScript variables to a perl program WITHOUT using a form? (or mybe with a form, but i don't want the program to return anything, and i don't want a popup window to show up...)
I know it sounds wierd, so i'll give an example...
lets say i have a statistics gathering script called stats.pl and it returnes nothing to STDOUT when run, only writes to a data file.
I can tell the user's IP by using $ENV{'REMOTE_ADDR'} etc., but i want to know some more stuff, like the user's screen size or the local time, which i can tell using JavaScript. My problem is sending this data to my perl script. The problem when using a form is that the browser loads a new document for the result, even if it is empty.
If you got my intention, please help...
thanks.
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]