creating website help - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Tech Talk (/forumdisplay.php?fid=17) +----- Thread: creating website help (/showthread.php?tid=39604) creating website help by M73A on 03-05-2005 at 08:48 PM
hey. i was wondering if there is a way to have a webpage that would stay the same. but have another document hosted which would be like the database and parts of the main site would be like the mail merge. so it would read certain parts from the other document... RE: creating website help by TGG on 03-05-2005 at 09:00 PM You could use an iframe to display the whole of the other page, or i think you can use an RSS feed to get the text from the other page RE: creating website help by M73A on 03-05-2005 at 09:01 PM
hmm RE: creating website help by TGG on 03-05-2005 at 09:03 PM An iframe is a specific type of frame, that can hold another page inside it RE: creating website help by M73A on 03-05-2005 at 09:20 PM thanks. ive found a code and what goes where in the code. seems really simple () thanks mate! RE: creating website help by ayjay on 03-05-2005 at 09:33 PM
I love using iframes in sites. Makes the site a lot quicker and easier to use as well RE: creating website help by DJeX on 03-05-2005 at 09:36 PM or you could use frame sets, but iFrames are better. RE: RE: creating website help by M73A on 03-05-2005 at 10:42 PM
quote: what happens if it isnt? RE: creating website help by Tochjo on 03-05-2005 at 11:00 PM It shows a border around the IFrame, which might look ugly in comparison to the rest of your page. RE: creating website help by SikStyles on 03-05-2005 at 11:07 PM maybe use php-nuke RE: creating website help by The_Thief on 03-07-2005 at 03:55 PM You can try using Microsoft Frontpage that should do it RE: creating website help by ayjay on 03-07-2005 at 05:17 PM
quote: RE: creating website help by Eljay on 03-07-2005 at 05:23 PM learn php maybe.... RE: creating website help by Vilkku on 03-07-2005 at 05:25 PM You can use some simple PHP to include ohter files in pages. You can also use something called SSI. (Google for them) |