Shoutbox

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...

or like a way to have a site, but the writing which i would like to change is linked in from another html(? ) document. so when i change the html with the wiritng. the main site loads the writing from that document so i can easily change what is written without editing the html for the main site.

sorry if its confusin ill try and explain more just ask about wahat you dont understand.

thanks


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
ok, thanks. ill have to read up on that. any other ways? iframe? *googles*


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 (:O) 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 :P

Just make sure you have the border at '0' lol :P


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:
Originally posted by ajd
Just make sure you have the border at '0' lol :P


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 :rolleyes:


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:
Originally posted by serpico
You can try using Microsoft Frontpage that should do it

:wall:

[Image: plzdie.gif]
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)