Results 1 to 5 of 5

Thread: How to include Webpage into your main page without using iFrame

  1. #1
    Join Date
    Dec 2011
    Posts
    49

    How to include Webpage into your main page without using iFrame

    Hi friends recently I was creating a webpage, I have almost completed 70% of my works. But I just stuck at one of the condition, so I just want to know is it possible to include other webpage into our main page without using iFrame in HTML. If you guys have any better ideas for this query then please let me know. As I am new to the coding and website development I just want to know more about the webpage development, your replies and ideas will be thanks and appreciated.

  2. #2
    Join Date
    Mar 2010
    Posts
    154

    Re: How to include Webpage into your main page without using iFrame

    According to my information this is simple to include any of the Webpage into your main page with the help of Anchor Tag. So if you know the correct url of that particular webpage or website then you can easily include into your main page.
    For an e.g.
    If you need to include a webpage whose url is “http://abc.htm”, then it is possible to include with the use of Anchor tag
    Code:
    <a href=” http://abc.htm ”> Goto Abc Page</a>
    This is one of the simplest way to include the external webpage into the main page without using iframe.

  3. #3
    Join Date
    May 2009
    Posts
    543

    Re: How to include Webpage into your main page without using iFrame

    This is mainly depends on what side you want to perform this including of the webpages. If you are trying to do this at client side then you can use Anchor Tag or with the help of Java Script DOM this is possible. And if you trying to include the particular webpage at server side then it are possible with some of the inbuilt method or function that are predefine in that particular script that you are using to write the serverside scripting. If you are using JSP then you can do this page including with the help of < jsp:include page: >
    <jsp:include page="relative URL" flush="true" />

  4. #4
    Join Date
    May 2009
    Posts
    511

    Re: How to include Webpage into your main page without using iFrame

    According to my information if you are trying this on servlet then it is possible to include the other resources available there on the server with the help of include(request, response); method. This method works same as server-side include ( SSI ) and include the respective resources from the corresponding url and to the respective response parameter.

  5. #5
    Join Date
    May 2009
    Posts
    539

    Re: How to include Webpage into your main page without using iFrame

    This is possible in php to insert the content of one PHP file into another PHP file with the help of include () or require () function. This function also handle errors which is possible to come if there some error occurs while loading the particular PHP file.

Similar Threads

  1. webpage opens in black page on windows 7
    By Denzil777 in forum Windows Software
    Replies: 2
    Last Post: 06-08-2011, 12:32 PM
  2. How to include .SWF files to the html webpage
    By LynDa55 in forum Technology & Internet
    Replies: 3
    Last Post: 15-01-2011, 07:02 PM
  3. Include explicitly a jsp page in another
    By MAHESA in forum Software Development
    Replies: 5
    Last Post: 02-12-2009, 08:37 PM
  4. Display webpage in iframe
    By Shophia_D in forum Software Development
    Replies: 3
    Last Post: 24-11-2009, 07:12 PM
  5. Include a page with onclick
    By CodGuru in forum Software Development
    Replies: 3
    Last Post: 08-04-2009, 08:37 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,544,150.68768 seconds with 17 queries