D
dj001
Well, I finally found a simple captcha program (icaptcha.com), to protect my
download page from more spam bot attacks. I switched the default "thank you"
page, safe.php, as follows:
<form action="mus.mp3" method="post" name="validate">
When the correct text is entered, the mp3 URL shows up. However, instead of
the "Open or Save" window, it launches a Quicktime icon in the center of the
screen, with a big question mark in it. (When I go to the mp3 URL directly,
it plays in Quicktime, though I've selected Winamp in File Types).
How do I change the form action code so the successful result is a standard
"Open or Save" window for the .mp3?
download page from more spam bot attacks. I switched the default "thank you"
page, safe.php, as follows:
<form action="mus.mp3" method="post" name="validate">
When the correct text is entered, the mp3 URL shows up. However, instead of
the "Open or Save" window, it launches a Quicktime icon in the center of the
screen, with a big question mark in it. (When I go to the mp3 URL directly,
it plays in Quicktime, though I've selected Winamp in File Types).
How do I change the form action code so the successful result is a standard
"Open or Save" window for the .mp3?