The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

website within a website

2 posters

Go down

Solved website within a website

Post by Extreme_gsxf January 26th 2009, 11:40 am

Can someone give the script code for entering a whole website within my website. You what I want. For examlpe. I want to add this http://www.bolchat.org/java/index.php
How?
Extreme_gsxf
Extreme_gsxf
Forumember

Male Posts : 678
Reputation : 1
Language : english, german, french, montenegrian
Location : MNE

Back to top Go down

Solved Re: website within a website

Post by Sanket January 26th 2009, 11:53 am

Code:
<html>
  <head>
        <title>Example</title>
  </head>
  <body> 
        <iframe src="http://www.bolchat.org/java/index.php" height="600" width="600">
   
        </iframe>
  </body>
</html>
Try changing the width & height to fit your forum. Add this to the code when you create a new html page.


Last edited by Sanket on January 26th 2009, 12:14 pm; edited 1 time in total
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: website within a website

Post by Extreme_gsxf January 26th 2009, 11:57 am

that's great! Thank you!
Extreme_gsxf
Extreme_gsxf
Forumember

Male Posts : 678
Reputation : 1
Language : english, german, french, montenegrian
Location : MNE

Back to top Go down

Solved Re: website within a website

Post by Sanket January 26th 2009, 12:03 pm

Since this thread appears to be solved, I will lock this thread and mark it as solved.

Glad we could help!

Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum