Volgende probleem heb ik
ik wil dit formulier in mijn website krijgen
http://djjohn.r4u.nl/contact/contact_exported/contact.php
en dat moet hier dus in komen in een Iframe (nu zie ik IFrame wel maar mijn formulier niet)
http://djjohn.r4u.nl/contact.php
het progrmma waar ik mijn formulieren meemaak geeft deze code aan
<script type="text/javascript">document.write(unescape("%3Ciframe src=\"contact/contact.html\" width=\"500\" height=\"709\"allowtransparency=\"true\" scrolling=\"no\" frameborder=\"0\"%3E<a href=\"contact.php\" title=\"contact\">Check out my CoffeeCup Form</a>%3C/iframe%3E"));</script>
<noscript>
<iframe width="500" height="709" style="border:none; background:transparent; overflow:hidden;"
src="contact/contact.html">
<a href="contact.php" title="contact">Check out my CoffeeCup Form</a>
</iframe>
</noscript>
wie kan mij helpen
dit mijn totale script
<!DOCTYPE html>
<html lang="en">
<head>
<title>DJ JOHN - CONTACT</title>
<meta charset="utf-8">
<meta name="keywords" content="dj,djjohn,dj john,dj john mallorca,allround,allround dj,allround dj john,allround dj and singer,dj en zanger,dj & singer,allround dj and singer,
party,party dj,party dj john,allround DJ,feest,feestdj,feest dj,feest dj john,all genres,club,60's,70's,80's,90's,Club,Dance,house,
Latin,funk,rock&roll,rock & roll,reggaeton,reggae,soul,R&B,merenque,Top40,Party Music,djjohn all genre,dj john all genres,beachparty,
master of ceremony,presentator,">
<meta name="author" content="www.multi-webdesign.com">
<meta name="categories" content="DJ">
<link rel="shortcut icon" href="djjohn.nl.ico">
<link rel="stylesheet" href="css/reset.css" type="text/css" media="all">
<link rel="stylesheet" href="css/layout.css" type="text/css" media="all">
<link rel="stylesheet" href="css/style.css" type="text/css" media="all">
<script type="text/javascript" src="js/jquery-1.4.2.min.js" ></script>
<script type="text/javascript" src="js/cufon-yui.js"></script>
<script type="text/javascript" src="js/cufon-replace.js"></script>
<script type="text/javascript" src="js/script.js"></script>
<script type="text/javascript" src="js/ITC_Busorama_500.font.js"></script>
<!--[if lt IE 7]>
<link rel="stylesheet" href="css/ie6.css" type="text/css" media="screen">
<script type="text/javascript" src="js/ie_png.js"></script>
<script type="text/javascript">ie_png.fix('.png, header nav ul li, header nav ul li a, h1 a');</script>
<![endif]-->
<!--[if lt IE 9]><script type="text/javascript" src="js/html5.js"></script><![endif]-->
</head>
<body id="page5">
<!-- START PAGE SOURCE -->
<div class="wrap">
<header>
<div class="container">
<h1><a href="#">www.djjohn.nl</a></h1>
<nav>
<ul>
<li class="m1"><a href="index.php" class="active"><span>home</span></a></li>
<li class="m2"><a href="djjohn.php"><span>DJ John</span></a></li>
<li class="m3"><a href="referenties.php"><span>Locaties</span></a></li>
<li class="m4"><a href="contact.php"><span>contact</span></a></li>
<li class="m5 last"><a href="sitemap.php"><span>sitemap</span></a></li>
</ul>
</nav>
</div>
</header>
<div class="container">
<aside>
<div class="inside">
<h2>Contact</h2>
<ul class="news">
<li><a href="#">DJ John</a><strong>[email protected]</strong>Tel +31 (0)6-25233399</li>
<li><a href="#"></a><strong></strong></li>
<li><a href="#"></a><strong></strong></li>
</ul>
</div>
</aside>
<section id="content">
<script type="text/javascript">document.write(unescape("%3Ciframe src=\"contact/contact.php\" width=\"540\" height=\"709\"allowtransparency=\"true\" scrolling=\"no\" frameborder=\"0\"%3E<a href=\"contact.php\" title=\"contact\">Check out my CoffeeCup Form</a>%3C/iframe%3E"));</script>
<noscript>
<iframe width="540" height="709" style="border:none; background:transparent; overflow:hidden;"
src="contact/contact.php">
<a href="contact.php" title="contact">Check out my CoffeeCup Form</a>
</iframe>
</noscript>
<script type="text/javascript">document.write(unescape("%3Ciframe src=\"contact/contact.html\" width=\"540\" height=\"709\"allowtransparency=\"true\" scrolling=\"no\" frameborder=\"0\"%3E<a href=\"contact.php\" title=\"contact\">Check out my CoffeeCup Form</a>%3C/iframe%3E"));</script>
<noscript>
<iframe width="540" height="709" style="border:none; background:transparent; overflow:hidden;"
src="contact/contact.html">
<a href="contact.php" title="contact">Check out my CoffeeCup Form</a>
</iframe>
</noscript>
</section>
<div class="clear"></div>
</div>
</div>
<footer>
<div class="container">
<div class="cont-bot"></div>
<div class="footerlink">
<p class="lf">Copyright © 2015 <a href="#">www.djjohn.nl</a> - All Rights Reserved</p>
<p class="rf">Design by <a href="http://www.djjohn.nl/">DJ John</a></p>
<div style="clear:both;"></div>
</div>
</div>
</footer>
<script type="text/javascript"> Cufon.now(); </script>
<!-- END PAGE SOURCE -->
</body>
</html>
thx