- Jun 15, 2009
- 32
- 1
- First Name
- Matt
Those highlighted spots: sorry, could someone tell me exactly how I would ask for that information from my DMS provider? Terminology to use would be great.
Thanks![]()
<script type="text/javascript" charset="utf-8">
function disp1(var1) {
if (var1=='link_1')
outside_location.setInnerFBML(link_1);
else if (var1=='link_2')
outside_location.setInnerFBML(link_2);
}
</script>
<form>
<select id="gowhere" onchange="disp1(document.getElementById('gowhere').getValue())">
<option>-Select below-
<option value="link_1">View Our Inventory
<option value="link_2">Visit Our Website
</select>
</form>
<div id="outside_location"></div>
<fb:js-string var="link_1"><fb:iframe width="760" height="1280" frameborder='0' src='http://backwebs.homenetinc.com/SalesDemo-ATijerina/browse/view_detailed/type_both/' /></fb:js-string>
<fb:js-string var="link_2"><fb:iframe width="760" height="1280" frameborder='0' src='http://www.homenetsalesdemo5.com/site/' /></fb:js-string>
<script type="text/javascript" charset="utf-8">
var outside_location = document.getElementById('outside_location');
</script>
Those highlighted spots: sorry, could someone tell me exactly how I would ask for that information from my DMS provider? Terminology to use would be great.
Thanks![]()
Unfortunately there's no good answer here, your site is built optimally for the majority of web browsers (1024x768) and Facebook currently only supports 760px width for tabs. In fact with the new Facebook updates looming this real estate will be reduced to only 520px.Had to change the "scroll" to "yes" but I can't figure out how to make it fit (any suggestions)?