<%@ taglib uri="http://www.entplace.com/taglibs/ep" prefix="ep" %> <%@ page import="com.synaptic.web.FormBase" %> <% form.setAttrs("name", "size=35 maxlength=40"); form.setAttrs("title", "size=35 maxlength=40"); form.setAttrs("company", "size=35 maxlength=100"); form.setAttrs("url", "size=35 maxlength=20"); form.setAttrs("phone", "size=15 maxlength=30"); form.setAttrs("fax", "size=14 maxlength=30"); form.setAttrs("email", "size=35 maxlength=250"); String action = form.getValue("_action"); if ("submit".equals(action)) { %> Name: <%= form.getValue("name") %> Title: <%= form.getValue("title") %> Company: <%= form.getValue("company") %> Phone: <%= form.getValue("phone") %> Fax: <%= form.getValue("fax") %> Email: <%= form.getValue("email") %> Interested in: --------------------------------------------------<% if (form.getValue("all") != null) { %> All Entrepreneur's Place Sites<% } if (form.getValue("resource") != null) { %> BizResource Place<% } if (form.getValue("merger") != null) { %> Merger Place<% } if (form.getValue("dpo") != null) { %> DPO Place<% } if (form.getValue("classified") != null) { %> BizClassifieds Place<% } %> Thank you. Your request has been sent. <% return; } %>
Become An Entrepreneur's™ Place Affiliate
 
Your earning potential is unlimited. By joining the Entrepreneur's Place™ Community affiliate program, you will make money, potentially lots of it, just by introducing your customers to one of the hottest business web sites around. Join the Entrepreneur's Place™ Affiliate Program today and maximize your Website's revenue!
 
We are currently inviting applications from potential affiliates. To find out more about our new affiliate program please complete the form below and we'll have an affiliate executive contact you. Thank you for your interest in Entrepreneur's Place™.
 
Indicates REQUIRED Information
Name <%= form.text("name") %>
Title <%= form.text("title") %>
Company <%= form.text("company") %>
URL <%= form.text("url") %>
Phone <%= form.text("phone") %>
Fax <%= form.text("fax") %>
Email <%= form.text("email") %>
I’m interested in an affiliate relationship with:
<%= form.checkbox("all", "true") %> All Entrepreneur’s Place™ Sites
<%= form.checkbox("resource", "true") %> BizResourcePlace.com
<%= form.checkbox("merger", "true") %> MergerPlace.com
<%= form.checkbox("dpo", "true") %> DPOPlace.com
<%= form.checkbox("classified", "true") %> BizClassifiedsPlace.com


Submit