Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^4: CGI-mailer script

by santander (Acolyte)
on Aug 18, 2004 at 09:05 UTC ( [id://383898]=note: print w/replies, xml ) Need Help??


in reply to Re^3: CGI-mailer script
in thread CGI-mailer script

Here is some misunderstanding, it seems. This JavaScript is website visitors logger, it collects the visitors data and then should pass data to cgi-mailer. All this automatically, visitors should not type/fill any forms. CGI-mailer script task is just mail data to my email. Web host on which I plan to set CGI-mailer, supports the net::smtp. The JavaScript will be placed on another web host, NOT on the same host with CGI-mailer. What CGI-mailer I can use and how to configure cgi-mailer and JavaScript itself? I am not familiar with Perl.

Replies are listed 'Best First'.
Re^5: CGI-mailer script
by Corion (Patriarch) on Aug 18, 2004 at 09:08 UTC

    You should simply ditch the JavaScript approach and ask your web provider to give you the access log files, preferably in the Common Log Format, or even better, in any format you specify. That way, you get also the accesses that come onto your site which don't use JavaScript.

      My provider does not give me such service. I dont want stop on half of way, I would like to try this approach all the same. I understand, that the most folks here dont like JavaScript(I do not know why), I can understand when folks hate Microsoft. Could someone help with this problem? I just have briefly described my problem, but I do not know a Perl code enough to make it.
Re^5: CGI-mailer script
by gellyfish (Monsignor) on Aug 18, 2004 at 13:24 UTC

    I already explained this to you on the NMS support list, but just for the record I'll say it again here. It is relatively trivial to have a form with hidden fields which can be populated by Javascript, you can have FormMail as the action of the form and have the Javascript automatically submit the form, sending all of the content of the hidden fields to FormMail which will then send it on in an e-mail, if you wish you can suppress the output of the confirmation page. If you want help with the Javascript part of this then you are probably better asking Somewhere else.If you have questions specific to the installation and configuration of the NMS FormMail then you should post those on the NMS support list.

    /J\

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://383898]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (5)
As of 2024-04-24 10:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found