From: Kresten Bjerg on
I offer users free download of three different zipped files, but I need to
receive e-mail to inform me of each of the source downloads, --- what code
shall I add, to achieve this, e.g. here:

<ul>
<li>
<p align="left"><a href="Phenomenalog%20Installer.exe.zip">Download
Windows Version 18.1.2
Installer</a></li>
<li></li>
</ul>

(I am not a professional programmer, so a verbatim example would be most
welcome)

Best regards
Kresten
From: Stefan B Rusynko on
Not possible unless you make the download a custom server side script action
- which requires knowledge of the server side scripts and server side emails your host supports
Check with you host on how to access the server logs
- that will show you any access for the file Phenomenalog%20Installer.exe.zip

PS
To prevent broken links and get consistent log file results
- Rename your download file to remove the spaces from the file name as say
Phenomenalog_Installer.exe.zip
--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


"Kresten Bjerg" <KrestenBjerg(a)discussions.microsoft.com> wrote in message news:318AE492-3792-486A-A2C8-7FBD0D012A9E(a)microsoft.com...
I offer users free download of three different zipped files, but I need to
receive e-mail to inform me of each of the source downloads, --- what code
shall I add, to achieve this, e.g. here:

<ul>
<li>
<p align="left"><a href="Phenomenalog%20Installer.exe.zip">Download
Windows Version 18.1.2
Installer</a></li>
<li></li>
</ul>

(I am not a professional programmer, so a verbatim example would be most
welcome)

Best regards
Kresten