<%@ taglib uri="http://www.entplace.com/taglibs/ep" prefix="ep" %> <%@ page import="com.synaptic.web.FormBase" %> <%@ page import="com.entplace.util.loc.Location" %> <%! String[][] relationMenu = { {"All Entrepreneur's Place Sites", "a"}, {"BizResourcePlace.com", "r"}, {"MergerPlace.com", "m"}, {"DPOPlace.com", "d"}, {"BizClassifiedPlace.com", "c"} }; String [][] timelineMenu = { {"ASAP", "0"}, {"1-3 months", "1"}, {"4-6 months", "2"}, {"7-12 months", "3"}, {"Other", "4"} }; %> <% String action = form.getValue("_action"); if ("submit".equals(action)) { %> Name: <%= form.getValue("name") %> Company: <%= form.getValue("company") %> Address: <%= form.getValue("address") %> City: <%= form.getValue("city") %> Zip: <%= form.getValue("zip") %> Email: <%= form.getValue("email") %> Phone: <%= form.getValue("phone") %> Fax: <%= form.getValue("fax") %> Target Launch Date: -------------------------------------------------- <%= timelineMenu[Integer.valueOf(form.getValue("launchdate")).intValue()][0] %> Has purchased web advertising: --------------------------------------------------<% if (form.getValue("purchased") == null) { %> No Answer <% } else { %> <%= form.getValue("purchased") %><% } %> <%-- Interested in: --------------------------------------------------<% if (form.getValue("relation0") != null) { %> All Entrepreneur's Place Sites<% } if (form.getValue("relation1") != null) { %> BizResource Place<% } if (form.getValue("relation2") != null) { %> Merger Place<% } if (form.getValue("relation3") != null) { %> DPO Place<% } if (form.getValue("relation4") != null) { %> BizClassifieds Place<% } %> --%> Target Audience: -------------------------------------------------- <%= form.getValue("audience") %> Target Area: -------------------------------------------------- <%= form.getValue("area") %> Additional Info: -------------------------------------------------- <%= form.getValue("info") %> Thank you. Your request has been sent. <% return; } form.setAttrs("audience", "rows=\"6\" cols=\"50\""); form.setAttrs("area", "rows=\"6\" cols=\"50\""); form.setAttrs("info", "rows=\"6\" cols=\"50\""); form.setValue("lastState",form.getValue("state")); %>
Advertise With Us
 
The Internet is an ideal vehicle for marketing and sales and needs to be part of your media mix. Its functionality and usefulness as a B to B tool have made it a powerful medium for smart marketers.
 
Now you can put the power of one of the fastest growing national networks on the Net into your advertising mix. Mergerplace.com offers incredible national reach and a unique focus. We have the ability to position your product or service directly in front of the business people who want what you are selling!
 
Our advertising environment offers exceptional positioning, branding and selling opportunities which are highly targeted to deliver maximum exposure. We make things happen for our clients because we understand online marketing and advertising.
 
Mergerplace.com allows marketers to reach a more qualified business audience more efficiently and cost effectively than any other Internet media.
 
For more information about advertising with Mergerplace.com and how you may be able to achieve your target reach more cost effectively, complete the form below.
 
Indicates REQUIRED Information
Name:
Company:
Address:
City:
Postal Code
E-mail:
Phone:
Fax:
 
What is the targeted launch date for your campaign?
                <%=form.select("launchdate", timelineMenu)%>
 
Have you purchased web advertising in the past?
               
<%= form.radiobutton("purchased", "Yes") %> Yes    <%= form.radiobutton("purchased", "No") %> No
<%--  
Which Entrepreneur's Place™ are you interested in?
--%>
               
   <%= form.checkbox("relation0", "a") %> All Entrepreneur’s Place Sites
   <%= form.checkbox("relation1", "r") %> BizResourcePlace.com
   <%= form.checkbox("relation2", "m") %> MergerPlace.com
   <%= form.checkbox("relation3", "d") %> DPOPlace.com
   <%= form.checkbox("relation4", "c") %> BizClassifiedsPlace.com
 
Please describe in detail your targeted audience in the comment box below:
               
<%= form.textarea("audience") %>
 
Please define your specific target area in the comment box below:
               
<%= form.textarea("area") %>
 
Additional Information:
               
<%= form.textarea("info") %>


 
Submit