ik ben voor mijzelf een nieuwe website aan het maken maar voor het eerst werk ik met notepad++ en pas ik scripts aan

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&lt;a href=\"contact.php\" title=\"contact\"&gt;Check out my CoffeeCup Form&lt;/a&gt;%3C/iframe%3E"));</script>
<noscript>
  <iframe width="500" height="709" style="border:none; background:transparent; overflow:hidden;"
  src="contact/contact.html">
    &lt;a href="contact.php" title="contact"&gt;Check out my CoffeeCup Form&lt;/a&gt;
  </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&lt;a href=\"contact.php\" title=\"contact\"&gt;Check out my CoffeeCup Form&lt;/a&gt;%3C/iframe%3E"));</script>
<noscript>
  <iframe width="540" height="709" style="border:none; background:transparent; overflow:hidden;"
  src="contact/contact.php">
    &lt;a href="contact.php" title="contact"&gt;Check out my CoffeeCup Form&lt;/a&gt;
  </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&lt;a href=\"contact.php\" title=\"contact\"&gt;Check out my CoffeeCup Form&lt;/a&gt;%3C/iframe%3E"));</script>
<noscript>
  <iframe width="540" height="709" style="border:none; background:transparent; overflow:hidden;"
  src="contact/contact.html">
    &lt;a href="contact.php" title="contact"&gt;Check out my CoffeeCup Form&lt;/a&gt;
  </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 &copy; 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
Je hebt nu een voorbeeld formulier op http://djjohn.r4u.nl/contact.php staan, en je wilt die vervangen in een iframe?

Is dat niet een beetje het probleem omdraaien? En kan je niet dan niet beter het aangemaakte formulier ombouwen dat deze zijn werk doet, zoals het verzenden van het formulier?
Hoi Aar C

wat ik zeg eerste keer dat ik dit doe dus ik loop nu ff vast

wat doe ik niet goed dan ????

[size=xsmall]Toevoeging op 06/04/2015 22:02:47:[/size]

ik vind dit super werken

en mensen krijgen netjes een berischtje

en ik alle info van klant in mijn mail

[size=xsmall]Toevoeging op 06/04/2015 22:25:43:[/size]

Aar C op 06/04/2015 21:53:35

Je hebt nu een voorbeeld formulier op http://djjohn.r4u.nl/contact.php staan, en je wilt die vervangen in een iframe?

Is dat niet een beetje het probleem omdraaien? En kan je niet dan niet beter het aangemaakte formulier ombouwen dat deze zijn werk doet, zoals het verzenden van het formulier?




[size=xsmall]Toevoeging op 06/04/2015 22:27:22:[/size]

vind ik ook best ik weet dat ik ergens mijn email adres moet invullen maar waar totaal geen idee

http://djjohn.r4u.nl/contact.php

als je mij kan zeggen waar is dit formulier ook gooedv oor mij

Je zou onder
<section id="content">
je iframe kunnen plaatsen:

<iframe src="contact.php" width="540" height="709 "allowtransparency="true" scrolling="no" frameborder="0"></iframe>
in de nieuwe situatie of om het oude formulier werkend te krijgen nogmaals scripts aanpassen doe ik sings gisteren :):):)

[size=xsmall]Toevoeging op 06/04/2015 22:47:48:[/size]

hoe gaat alles er dan uit zien

[size=xsmall]Toevoeging op 06/04/2015 22:49:19:[/size]

normaal gebruu=ik ik een website programma dan ist het geen probleem voor mij maar met notpad ++ moet ik alles zelf doen leer ik wel van maar duurt weer ff
Je zou het met notepad++ gewoon kunnen toevoegen. Het gebruik van websiteprogramma's die de code voor ouw genereren keur ik zelf af. De code die er uit komt is vaak zeer belabberd.

Als je zelf HTML leert, dan weet je ook precies hoe je HTML-document in elkaar steekt, en hoe alles werkt.
ok dus beide nu in mijn htmal plaatsen
even kijken


[size=xsmall]Toevoeging op 06/04/2015 23:07:41:[/size]

ik kom er echt niet uit

blijf oude pagina zien
Als je in plaats van dat (dummy)formulier die iframe-code zet, dan moet het werken.

Maar ik blijf erbij dat het een kromme situatie is, en dat je prima in je contact.php je mail-afhandeling kan plaatsen, onder iframes te gebruiken.
ik heb nu een iframe wat nu ???

<!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.html\" width=\"540\" height=\"709\"allowtransparency=\"true\" scrolling=\"no\" frameborder=\"0\"%3E&lt;a href=\"contact.php\" title=\"contact\"&gt;Check out my CoffeeCup Form&lt;/a&gt;%3C/iframe%3E"));</script>
<noscript>
  <iframe width="540" height="709" style="border:none; background:transparent; overflow:hidden;"
  src="contact/contact.html">
    &lt;a href="contact.php" title="contact"&gt;Check out my CoffeeCup Form&lt;/a&gt;
  </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 &copy; 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>


Reageren