Signalert Corporation

<%@LANGUAGE="JAVASCRIPT" CODEPAGE="1252"%> <% // *** Edit Operations: declare variables var Recordset1_cmd = Server.CreateObject ("ADODB.Command"); Recordset1_cmd.ActiveConnection = MM_myConnection_STRING; Recordset1_cmd.CommandText = "SELECT * FROM Current_Issue"; Recordset1_cmd.Prepared = true; var Recordset1 = Recordset1_cmd.Execute(); var Recordset1_numRows = 0; %> <% var currentCodeVariable; // set the form action variable var MM_editAction = Request.ServerVariables("SCRIPT_NAME"); if (Request.QueryString) { MM_editAction += "?" + Server.HTMLEncode(Request.QueryString); } // boolean to abort record edit var MM_abortEdit = false; %> <% if (String(Request("MM_insert")) == "form1") { if (!MM_abortEdit) { // execute the insert var MM_editCmd = Server.CreateObject ("ADODB.Command"); MM_editCmd.ActiveConnection = MM_myConnection_STRING; MM_editCmd.CommandText = "INSERT INTO [COM TABLE] (ADS, [FIRST], [LAST], COMPANY, STREET, STREET1, SUITE, CITY, [STATE], ZIP, COUNTRY, PHONE, WEBEMAIL, DATEENTERED, WEBACCOUNT, WEBAPPROVED) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, date(), 1, 1)"; MM_editCmd.Prepared = true; MM_editCmd.Parameters.Append(MM_editCmd.CreateParameter("param4", 201, 1, -1, Request.Form("ADS"))); // adLongVarChar MM_editCmd.Parameters.Append(MM_editCmd.CreateParameter("param5", 201, 1, -1, Request.Form("FIRST"))); // adLongVarChar MM_editCmd.Parameters.Append(MM_editCmd.CreateParameter("param6", 201, 1, -1, Request.Form("LAST"))); // adLongVarChar MM_editCmd.Parameters.Append(MM_editCmd.CreateParameter("param7", 201, 1, -1, Request.Form("COMPANY"))); // adLongVarChar MM_editCmd.Parameters.Append(MM_editCmd.CreateParameter("param8", 201, 1, -1, Request.Form("STREET"))); // adLongVarChar MM_editCmd.Parameters.Append(MM_editCmd.CreateParameter("param9", 201, 1, -1, Request.Form("STREET1"))); // adLongVarChar MM_editCmd.Parameters.Append(MM_editCmd.CreateParameter("param10", 201, 1, -1, Request.Form("SUITE"))); // adLongVarChar MM_editCmd.Parameters.Append(MM_editCmd.CreateParameter("param11", 201, 1, -1, Request.Form("CITY"))); // adLongVarChar MM_editCmd.Parameters.Append(MM_editCmd.CreateParameter("param12", 201, 1, -1, Request.Form("STATE"))); // adLongVarChar MM_editCmd.Parameters.Append(MM_editCmd.CreateParameter("param13", 201, 1, -1, Request.Form("ZIP"))); // adLongVarChar MM_editCmd.Parameters.Append(MM_editCmd.CreateParameter("param14", 201, 1, -1, Request.Form("COUNTRY"))); // adLongVarChar MM_editCmd.Parameters.Append(MM_editCmd.CreateParameter("param15", 201, 1, -1, Request.Form("PHONE"))); // adLongVarChar MM_editCmd.Parameters.Append(MM_editCmd.CreateParameter("param16", 201, 1, -1, Request.Form("WEBEMAIL"))); // adLongVarChar MM_editCmd.Execute(); MM_editCmd.ActiveConnection.Close(); // append the query string to the redirect URL var MM_editRedirectUrl = "tips.html"; if (MM_editRedirectUrl && Request.QueryString && Request.QueryString.Count > 0) { MM_editRedirectUrl += ((MM_editRedirectUrl.indexOf('?') == -1) ? "?" : "&") + Request.QueryString; } Response.Redirect(MM_editRedirectUrl) } } %>

Thank you for your interest in "The No-Risk Inflation Beater" 
The strategy has been particularly profitable in recent weeks.

To receive your copy, please complete the short form below.

Please enter your name, address and email address:

First Name: :
Last Name:
Company:
Address:
Address Line 2: :
Suite/Apt No: :
City:
State:
Zip:
Country:
Phone:
Format: 123-456-7890
E-mail:
Signalert Corporation provides individualized money management services to private, corporate and/or tax sheltered investors. Type "yes" in the box below if you would like to schedule a free telephone or in-person consultation, or type "no" if you am not interested at this time but would like to receive notifications or research reports in the future.

"Yes"
Contact me to make an appointment to discuss the benefits of personalized, professional asset management.

Please click on "Submit"
 

 

<% Recordset1.Close(); %>


This material is not intended to be, nor should it be used as, financial, legal, tax or investment advice nor an opinion or recommendation by Signalert Asset Management LLC (“Signalert”) regarding the appropriateness of any investment. This material is as of the dates indicated, is not a complete description of Signalert’s services, and is subject to revision and updating. This material does not take into account the particular investment objectives or financial circumstances of any specific client or type of client. Signalert’s products may not be suitable for all clients. No representation or guarantee is made that a client is likely to achieve his or her investment objectives through investing with Signalert, or will be profitable or will not sustain a loss. Past performance is not indicative of future results. Any questions may be addressed to 800.829.6229. See Disclaimer and Privacy Policy. January 31, 2012, All Rights Reserved.