Well, I got the 'Formmail script', unzip it and read manual. There are few HTML source examples for the forms. But how configure this script work the way I need: I dont need send any forms, the task is send my logs data received from JavaScript(send automatically)? | [reply] |
document.forms['formname'].elements['fieldname'].value = someJavaScrip
+tValue;
document.forms['formname'].submit();
Joost.
| [reply] [d/l] |
But how this conform with my JavaScript code I have already?
http://www.perlmonks.com/index.pl?node_id=383723
Need my JavaScript code be completely altered? Once script author asserted that its a ready code, and its required only set perl mail script. Yes, I need still many learn.
| [reply] |
But how conform this with my JavaScript code I have already?
http://www.perlmonks.com/index.pl?node_id=383723
Need I alter this code completely?
Once code author affirmed that script is ready code and I only need set cgi mailer. Yes, I need still many learn. But some ready sample is best way for me yet.
| [reply] |