
Originally Posted by
ralph.m
No, just place that code I posted where you want the form to appear in your page, something like so (see in red)
*code*
Thanks, it seems to work just by replacing all the code with this code:
Code:
<script language='javascript'>
if (screen.width > 800) {document.write("<iframe NAME='iframe1' SRC='http://www.realestateview.com.au/cgi-bin/search.pl?GID=117&Con=S&tp=dev/117' scrolling='no' marginwidth='0' frameborder='NO' border='0' framespacing='0' marginheight='0' ALIGN='top' width='800' height='300'></iframe>");}
</script>
which looks like this overall (slightly modified)
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title></title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="Revisit-After" content="7 days" />
<meta name="robots" content="all,index" />
<link rel="stylesheet" href="normal.css" type="text/css" media="screen" />
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="ieonly.css" />
<![endif]-->
<link rel="shortcut icon" href="images/favicon.ico" />
<!--favicon-->
</head>
<body>
<div id="wrapper">
<div id="banner">Steveway Real Estate</div>
<!--end of banner-->
<div id="sidebar">
<ul class="sidenav">
<li>
<a href="index.html">Home
<span>The Steveway Real Estate home page, for the latest news. </span>
</a>
</li>
<li>
<a href="aboutus.html">About Us
<span>Our history and company profile. </span>
</a>
</li>
<li>
<a href="services.html">Our Services
<span>The services provided by Steveway Real Estate, commercial and residential sales, leasing and property management. </span>
</a>
</li>
<li>
<a href="sales.html">Sales
<span>Current and recent sales by Steveway Real Estate. </span>
</a>
</li>
<li>
<a href="rentals.html">Rentals
<span>Rental properties available for lease. </span>
</a>
</li>
<li>
<a href="appraisal.html">Free Appraisal
<span>Free market rental or sales appraisal request for your property. </span>
</a>
</li>
<li>
<a href="tenantinfo.html">Tenant Information
<span>Information for tenants such as application forms, maintenance and vacating requests. </span>
</a>
</li>
<li>
<a href="contactus.html">Contact Us
<span>How to get in touch with us. </span>
</a>
</li>
<li>
<a href="links.html">Links
<span>Links to website of interest. </span>
</a>
</li>
</ul>
</div>
<!--end of sidebar-->
<div id="content">
<center>
<script language='javascript'>
if (screen.width > 800) {document.write("<iframe NAME='iframe1' SRC='http://www.realestateview.com.au/cgi-bin/search.pl?GID=117&Con=S&tp=dev/117' scrolling='no' marginwidth='0' frameborder='NO' border='0' framespacing='0' marginheight='0' ALIGN='top' width='100%' height='100%'></iframe>");}
</script>
</div>
<!--end of content-->
<div id="footer">
<p>235B Church Street, Richmond, Victoria 3121 Tel: (03) 9429 4883 Fax: (03) 9428 6779 Email: admin@steveway.com.au <br />
© Steveway Real Estate 2010, All Rights Reserved. Web Design by <a href="www.dbelldesign.com.au/">dbelldesign</a></p>
</div>
<!--end of footer-->
</div>
<!--end of wrapper-->
</body>
</html>
Not sure if it makes a difference, the only thing missing is an internal scroll bar for the frame.
Bookmarks