Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

2 Iframes on one page

Asked Modified Viewed 2,381 times
N
nern
N
nern 10
  • Newbie, joined since
  • Contributed 2 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
asked
Newbie

Hello,

sorry guys im pretty new to all this stuff but
I'm trying to get 2 iframes to work on my page
The problem is i can only see the first one
can anyone can help me


<?php
echo "<iframe name='myiframe' src='iframe1-page' width='450' height='300'> \n";
echo "\n";
echo "<iframe name='myiframe2' src='iframe2-page' width='450' height='300'>\n";
echo "\n";
?>
0 replies

3 posts

P
phpfjs
P
phpfjs 10
  • Junior Member, joined since
  • Contributed 17 posts on the community forums.
  • Started 4 threads in the forums
answered
Junior Member

Add

</iframe>


after each iframe. ^^
0 replies
N
nern
N
nern 10
  • Newbie, joined since
  • Contributed 2 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

thanks mate!!! :D
0 replies
K
kaka
K
kaka 10
  • Junior Member, joined since
  • Contributed 21 posts on the community forums.
  • Started 7 threads in the forums
answered
Junior Member

Just a tiny winy tip for newbies like me: If you want to use this in a panel, just remove the <?php and the ?>.
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 3 posts
  • Votes 0 votes
  • Topic users 3 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet