good day everyone, am trying to create a web page with a form that i can enter any url in the form and it will be displayed on another page with an iframe but I seem to be having problems putting it to together. Can anyone look into the code for me and tell me what am doing wrong. am new to this:
html page code:
`
01
02
03
04
05
06
07
08
Globalmindsconcepts | Virtual Web Talker
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
29
35
36
37
38
Form:
39
------
40
41
42
43
44
45
See What a Website Spokesperson Looks Like on your site.
46
47
48
49
50
51
52
53
<div class="site-search-area
54
55
Enter your website: Preview
56
scrape-actor/demo.php : the php page from the form action:
01
Website Actor Live Demo
02
03
04
05
06
07
20
21
22
23
24
25
26
27
28
29
`
am trying to create a sample form for users to enter any url to see what a spokesperson looks like on their site. am still learning though…the form is not working cause the url is not showing in the page with iframe when typed in the form.