Invoegen van contactformulier
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)
1
2
3
4
5
6
7
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<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>
<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
Code (php)
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
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<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>
<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
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.
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 -
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?
Je hebt nu een voorbeeld formulier op 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?
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?
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
je iframe kunnen plaatsen:
Je zou onder 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
Als je zelf HTML leert, dan weet je ook precies hoe je HTML-document in elkaar steekt, en hoe alles werkt.
even kijken
Toevoeging op 06/04/2015 23:07:41:
ik kom er echt niet uit
blijf oude pagina zien
klopt dat is oude situatie
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 -
Code (php)
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
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<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>
<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<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>
Aar C:
Gelieve in het vervolg bij code de [code][/code]-tags gebruiken.
Hier kan je meer lezen over de mogelijke opmaakcodes.
Alvast bedankt!
Hier kan je meer lezen over de mogelijke opmaakcodes.
Alvast bedankt!
Gewijzigd op 06/04/2015 23:37:08 door - Ariën -
Code (php)
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
thx hij werk
Haal dan wel nog even die </noscript> weg.
moet ik regel dan omgoof gooien of maakt dat niks uit
Als je de margin weghaalt op #docContainer dan schiet je al een hoop op.
ik ben hier echt nog maagd in he ... voor jou is dit allemaal easy :)
contact/theme/default/css/default.css
Gewijzigd op 07/04/2015 10:00:11 door - Ariën -
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;
Ja, haar die margin-regel daar eens weg.