<%@include file="includes/global.jspf"%> <% pg = 1; String tab= getParameter(request,"tab","recent"); if (tab.equals("recent")) { pg=3; } else if (tab.equals("widgets")) { pg=4; } else if (tab.equals("plugins")) { pg=5; } else if (tab.equals("tools")) { pg=6; } else if (tab.equals("integration")) { pg=7; } else if (tab.equals("other")) { pg=8; } title = title + " ["+capitalize(tab)+"]"; %> <%@include file="includes/header.jsp"%>
vFlyer Labs » Home
<%@include file="includes/sidebar.jsp"%>

vFlyer Labs showcases powerful tools and technologies for online sellers that were developed internally by us or by outside partners and developers. Many of these tools are not yet ready for prime time but you can help by testing them, sharing your feedback and suggestions and even submitting your own tools.

Note:
vFlyer Labs tools and applications have not been fully tested. Download and use then at your own risk. Use of this site is subject to its terms of use. By continuing past this page, you agree to abide by these terms.

<% if (tab.equals("recent")) { %> <%@include file="includes/recent.jsp"%> <% } else if (tab.equals("widgets")) { %> <%@include file="includes/widgets.jsp"%> <% } else if (tab.equals("plugins")) { %> <%@include file="includes/plugins.jsp"%> <% } else if (tab.equals("tools")) { %> <%@include file="includes/tools.jsp"%> <% } else if (tab.equals("integration")) { %> <%@include file="includes/integration.jsp"%> <% } else if (tab.equals("other")) { %> <%@include file="includes/other.jsp"%> <% } %>
<%@include file="includes/footer.jsp"%>