How do you include a page from a site into another like that shown in example http://www.freshershome.com/vtu-results/index.php
Using the iframe ofcourse. <iframe name="iframe" src="http://google.com" width="100%" height="500" scrolling="auto" align="top" frameborder="0">Insert some text here for the browsers that do not support iframe</iframe> Code (markup):
There are several ways of doing what you want - the best way depends on exactly what you are trying to achieve. The simplest way is to use an inline frame or iframe. The HTML looks like this: <iframe src="name-of-page.html" width="150" height="140" frameborder="0" scrolling="no"></iframe> However if you are wanting to include something like a menu on each page of your site, you should look at using a server-side include (SSI), which is a special comment recognised by the server and used to insert a markup snippet held in a separate file: <!--#include virtual="name-of-page.html" --> Your server needs to support this, though. Most do, but sometimes only on files with a .shtml extension.
iframe the best to send views to other websites you own... or you want to display other pages like page100.html iframe it to your main page.
Alternatively, try grabbing. Using grabbing, you can choose which part of other site you want to display in your site
using iframe you can do it. <iframe src="page.html" width="100px" height="100px" /> instead of <iframe width="100" height="100" src="Full URL To File"> </iframe>but maybe both will work.
Guys this approach did not work quite well for me. I had included the code and the output no doubt works having other site as a part of the iframe. But the rest of the blog content completely vanished as shown in the attachment. Sorry for the bad image quality. I did not have space to upload in DP.
well iframe is quite working for me and few of my friends in Dp laso, i don't know why it's not working for you. Well you can ask the details of that if you can, only then i can tell you the exact details . . Regards erhythm
See, now if you look at http://www.iwebie.com , you see the complete site and not just this post. But in the screen shot when I included the code as mentioned above, only that post appeared and it ended there without showing the remaining posts, the google ads etc
Mate. Can you tell me how to go about this. I want to include the page http://www.tndte.com/DOTE2/index2.htm in http://www.iwebie.com/tamilnadu-diploma-examination-results post
Hey come on dude, You can't use ajax i think, if you go for some other page surely it will refresh the page So no use of ajax and all. Try something else. Hope any one come with good idea. . Will see. . Regards Erhythm
Hey guys.. Now its working... Thanks everyone The <strong>Tamilnadu Polytechnic Results</strong> for Diploma Exams held in October 2008 have been declared by <strong>TNDTE.</strong> <span style="text-decoration: underline;"><strong>Check the results at</strong></span> <a href="http://www.tndte.com/DOTE2/index2.htm" target="_blank"><strong>http://www.tndte.com/DOTE2/index2.htm</strong></a>