<script type="text/javascript">document.write(unescape("%3Ciframe id=\"fb_iframe\" src=\"contact_us.php" + window.location.search + "\" width=\"100%\" height=\"820\"allowtransparency=\"true\" scrolling=\"no\" frameborder=\"0\"%3E<a href=\"contact_us.php\" title=\"contact_us\">Check out my CoffeeCup Form</a>%3C/iframe%3E"));</script>
<noscript>
<iframe height="820" style="border:none; background:transparent; overflow:hidden; width:100%;"
id="fb_iframe" src="contact_us/contact_us.html">
<a href="contact_us.php" title="contact_us">Check out my CoffeeCup
Form</a>
</iframe>
</noscript>
Can this code be shortened to just be this:
<iframe height="820" style="border:none; background:transparent; overflow:hidden; width:100%;"
id="fb_iframe" src="contact_us/contact_us.html">
<a href="contact_us.php" title="contact_us">Check out my CoffeeCup
Form</a>
</iframe>
Will the form still work correctly?
Next up on my list...
Is there a way to put the form into a page in SCCP without it being in an iframe tag and have it show up on the page?