<%@ page contentType="text/html; charset=iso-8859-1" language="java" import="java.sql.*" errorPage="" %> <% if(session.getAttribute("owner_id")==null) { try { response.sendRedirect("owner_login.jsp"); }catch(Exception e1){} } if(request.getParameter("property_id")==null) { try { response.sendRedirect("owner_area.jsp"); }catch(Exception e2){} } long property_id = 0; String address = ""; String city = ""; String state = ""; String country = ""; String contact_first_name = ""; String contact_last_name = ""; String contact_phone = ""; String contact_email = ""; String contact_company = ""; try { Class.forName("com.mysql.jdbc.Driver"); Connection con = DriverManager.getConnection("jdbc:mysql://localhost/sstrehli1?user=sstrehli1&password=frboadmin2007"); String query = "SELECT p.property_id, p.address, c.city, c.region_name, c.country_name, o.contact_first_name, o.contact_last_name, o.phone, o.email, o.company FROM property p, cities c, property_contact o WHERE p.city_id = c.city_id AND p.property_id = o.property_id AND p.property_id = ?"; PreparedStatement Ps = con.prepareStatement(query); Ps.setLong(1,Long.parseLong(request.getParameter("property_id"))); ResultSet Rs = Ps.executeQuery(); if(Rs.next()) { property_id = Rs.getLong("property_id"); address = Rs.getString("address"); city = Rs.getString("city"); state = Rs.getString("region_name"); country = Rs.getString("country_name"); contact_first_name = Rs.getString("contact_first_name"); contact_last_name = Rs.getString("contact_last_name"); contact_phone = Rs.getString("phone"); contact_email = Rs.getString("email"); contact_company = Rs.getString("company"); } } catch(Exception e) {out.print(e.toString()); out.print(e.getMessage()); } if(property_id==0) { try { response.sendRedirect("owner_area.jsp"); }catch(Exception e3){} } %> FRBO.com


Add Property Information
Add Listing Options
Select Payment Option
Confirm and Agree
Submit Payment

Select Payment Option:


Merchant Services

For property:

# <%=property_id%>
<%=address%>
<%=city%>, <%=state%>
<%=country%>

Remember, FRBO.com offers a 30-day unconditional money-back guarantee.
Just email us at refunds@FRBO.com within 30 days of listing your
property. Please include property ID and contact information.


FRBO.com - A ForLeaseByOwner.com, LLC website