Free Web Hosting Provider - Web Hosting - E-commerce - High Speed Internet - Free Web Page
Search the Web


Click Here To Go Back to The Scripting Home Page

     The following is a complete working example of (Secured Server Only) the Button Click Counter source code.

     Copy-paste the below contents of this page (beginning with the </html> at the bottom, up to the <html> below the perforated line) into a blank .txt file in your computer. The below example is also a complete HTML page.

     Study the below source code carefully and make the necessary changes, such as the "value" in the "submit" tag, "secured server name," and "e-mail recipient," and "redirect," etc. Change the file extention from .txt to .html. Then upload the file to your domain's file manager (but only if your secured environment is enabled), and test the page.

------------------------------------------------------------------

<html>
<head>
<title>Copy Paste This Third Code</title>

<FORM ACTION = "https://ServerName.Server.com / YourDomainName-no-DotCom / cgi-bin / formmail.pl" METHOD = "POST" name = "EmailMe">

<input type = hidden name = "recipient" value = "YourEmailAddress.Com">

<input type = hidden name = "redirect" value = "https://Server.Host.com / YourDomain / TargetedPage.html">

<input type = hidden name = "subject" value = "The Button Was Clicked">

<input type="submit" value="HTML Button">

</form>

</body>
</html>