Invoegen van contactformulier

Overzicht Reageren

Sponsored by: Vacatures door Monsterboard

JOHN SCHOUTEN

JOHN SCHOUTEN

06/04/2015 21:19:47
Quote Anchor link
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
Code (php)
PHP script in nieuw venster Selecteer het PHP script
1
2
3
4
5
6
7
<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
Code (php)
PHP script in nieuw venster Selecteer het PHP script
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!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
Aar C:
Gelieve in het vervolg bij code de [code][/code]-tags gebruiken.
Hier kan je meer lezen over de mogelijke opmaakcodes.
Alvast bedankt!

Tevens topic verhuisd naar het juiste forum.
Gewijzigd op 06/04/2015 23:51:46 door - Ariën -
 
PHP hulp

PHP hulp

19/12/2024 06:51:38
 
- Ariën  -
Beheerder

- Ariën -

06/04/2015 21:53:35
Quote Anchor link
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?
 
JOHN SCHOUTEN

JOHN SCHOUTEN

06/04/2015 22:01:30
Quote Anchor link
Hoi Aar C

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

wat doe ik niet goed dan ????

Toevoeging op 06/04/2015 22:02:47:

ik vind dit super werken

en mensen krijgen netjes een berischtje

en ik alle info van klant in mijn mail

Toevoeging op 06/04/2015 22:25:43:

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?




Toevoeging op 06/04/2015 22:27:22:

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
 
- Ariën  -
Beheerder

- Ariën -

06/04/2015 22:42:05
Quote Anchor link
Je zou onder
Code (php)
PHP script in nieuw venster Selecteer het PHP script
1
<section id="content">
je iframe kunnen plaatsen:
Code (php)
PHP script in nieuw venster Selecteer het PHP script
1
<iframe src="contact.php" width="540" height="709 "allowtransparency="true" scrolling="no" frameborder="0"></iframe>
 
JOHN SCHOUTEN

JOHN SCHOUTEN

06/04/2015 22:46:39
Quote Anchor link
in de nieuwe situatie of om het oude formulier werkend te krijgen nogmaals scripts aanpassen doe ik sings gisteren :):):)

Toevoeging op 06/04/2015 22:47:48:

hoe gaat alles er dan uit zien

Toevoeging op 06/04/2015 22:49:19:

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
 
- Ariën  -
Beheerder

- Ariën -

06/04/2015 22:56:27
Quote Anchor link
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.
 
JOHN SCHOUTEN

JOHN SCHOUTEN

06/04/2015 22:59:54
Quote Anchor link
ok dus beide nu in mijn htmal plaatsen
even kijken


Toevoeging op 06/04/2015 23:07:41:

ik kom er echt niet uit

blijf oude pagina zien
 
- Ariën  -
Beheerder

- Ariën -

06/04/2015 23:08:42
Quote Anchor link
http://djjohn.r4u.nl/contact.php

Ik zie hier toch echt GEEN iframe?
 
JOHN SCHOUTEN

JOHN SCHOUTEN

06/04/2015 23:09:52
Quote Anchor link
klopt dat is oude situatie
 
- Ariën  -
Beheerder

- Ariën -

06/04/2015 23:15:54
Quote Anchor link
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.
Gewijzigd op 06/04/2015 23:16:40 door - Ariën -
 
JOHN SCHOUTEN

JOHN SCHOUTEN

06/04/2015 23:30:51
Quote Anchor link
ik heb nu een iframe wat nu ???
Code (php)
PHP script in nieuw venster Selecteer het PHP script
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!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>


Aar C:
Gelieve in het vervolg bij code de [code][/code]-tags gebruiken.
Hier kan je meer lezen over de mogelijke opmaakcodes.
Alvast bedankt!
Gewijzigd op 06/04/2015 23:37:08 door - Ariën -
 
- Ariën  -
Beheerder

- Ariën -

06/04/2015 23:36:50
Quote Anchor link
Code (php)
PHP script in nieuw venster Selecteer het PHP script
1
<iframe src="http://djjohn.r4u.nl/contact/contact_exported/contact.php" width="540" height="709 "allowtransparency="true" scrolling="no" frameborder="0"></iframe>

Deze gebruiken, die linkt naar je contact-formulier
 
JOHN SCHOUTEN

JOHN SCHOUTEN

07/04/2015 01:29:20
Quote Anchor link
thx hij werk
 
- Ariën  -
Beheerder

- Ariën -

07/04/2015 01:30:25
Quote Anchor link
Haal dan wel nog even die </noscript> weg.
 
JOHN SCHOUTEN

JOHN SCHOUTEN

07/04/2015 01:34:59
Quote Anchor link
hoe kan ik m meer omhoog krijgen in mijn website dat hij gelijk kom aan contact


moet ik regel dan omgoof gooien of maakt dat niks uit
 
- Ariën  -
Beheerder

- Ariën -

07/04/2015 09:35:35
Quote Anchor link
Try it, and you know ;-)

Als je de margin weghaalt op #docContainer dan schiet je al een hoop op.
 
JOHN SCHOUTEN

JOHN SCHOUTEN

07/04/2015 09:53:26
Quote Anchor link
goedemorgen welke bedoel je

ik ben hier echt nog maagd in he ... voor jou is dit allemaal easy :)
 
- Ariën  -
Beheerder

- Ariën -

07/04/2015 09:54:14
Quote Anchor link
De margin in je CSS van je iFrame.
contact/theme/default/css/default.css
Gewijzigd op 07/04/2015 10:00:11 door - Ariën -
 
JOHN SCHOUTEN

JOHN SCHOUTEN

14/04/2015 19:32:03
Quote Anchor link
Hoi Aar

wat bedoel je hiermee

Als je de margin weghaalt op #docContainer dan schiet je al een hoop op.

Toevoeging op 14/04/2015 19:53:02:

DEZE ?

/* Theme CSS */
/* This rule will applied to the form container */
#docContainer {
margin: 40px auto;
padding:0px 0px 0px 0px;
width: 600px;
font-family: Helvetica, Arial, Sans-serif;
font-size:13px;
color: #333;
background-color: rgb(246,246,246);
border: 1px solid rgb(193,193,193);
-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.28);
-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.28);
box-shadow: 0 0 10px 0 rgba(0,0,0,0.28);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
 
- Ariën  -
Beheerder

- Ariën -

14/04/2015 21:26:51
Quote Anchor link
Ja, haar die margin-regel daar eens weg.
 



Overzicht Reageren

 
 

Om de gebruiksvriendelijkheid van onze website en diensten te optimaliseren maken wij gebruik van cookies. Deze cookies gebruiken wij voor functionaliteiten, analytische gegevens en marketing doeleinden. U vindt meer informatie in onze privacy statement.