What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Frames

Pages: (3): « First [ 1 ] 2 3 » Last »
Frames
Author: Message:
Reaper
Veteran Member
*****

Avatar

Posts: 1393
Reputation: 23
35 / Male / Flag
Joined: Jun 2004
O.P. Frames
ive got a tagbox which i wanna put on my site but i want it in a frame so its always there no matter what link is pressed. how would i do it using dreamweaver?
03-22-2006 11:39 PM
Profile E-Mail PM Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: Frames
I would really recommend against frames: they only complicate matters when it comes to bookmarking pages. If you've got a PHP-enabled host, use PHP to include the tagbox in each page ;)
[Image: spartaafk.png]
03-23-2006 12:10 AM
Profile PM Web Find Quote Report
Reaper
Veteran Member
*****

Avatar

Posts: 1393
Reputation: 23
35 / Male / Flag
Joined: Jun 2004
O.P. RE: Frames
the code for the tagbox is done with html and no php script is given. so , whitout frames, how could i do it?

[Edit] nevermind, i just put the tagbox on everypage manually

This post was edited on 03-23-2006 at 11:31 AM by Reaper.
03-23-2006 11:16 AM
Profile E-Mail PM Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: Frames
So every update will have to be applied to all pages manually. Bad idea.
To use PHP to include it, in each page, use
code:
<?php
    include('tagbox.htm');
?>
and put the tagbox code in tagbox.htm ;)
[Image: spartaafk.png]
03-23-2006 02:01 PM
Profile PM Web Find Quote Report
Reaper
Veteran Member
*****

Avatar

Posts: 1393
Reputation: 23
35 / Male / Flag
Joined: Jun 2004
O.P. RE: Frames
quote:
Originally posted by raceprouk
So every update will have to be applied to all pages manually. Bad idea.
To use PHP to include it, in each page, use
code:
<?php
    include('tagbox.htm');
?>
and put the tagbox code in tagbox.htm ;)
that doesnt work :S
03-23-2006 04:09 PM
Profile E-Mail PM Find Quote Report
absorbation
Elite Member
*****

Avatar

Posts: 3636
Reputation: 81
– / Male / Flag
Joined: Feb 2005
RE: Frames
your page extension must be php and your serve rmust have php installed. Where are you hosting it? :P
03-23-2006 04:12 PM
Profile PM Find Quote Report
Reaper
Veteran Member
*****

Avatar

Posts: 1393
Reputation: 23
35 / Male / Flag
Joined: Jun 2004
O.P. RE: Frames
sithtoast is my host and he has got php. so i need to rename my pages from index.html to index.php, for example?
03-23-2006 04:15 PM
Profile E-Mail PM Find Quote Report
absorbation
Elite Member
*****

Avatar

Posts: 3636
Reputation: 81
– / Male / Flag
Joined: Feb 2005
RE: Frames
quote:
Originally posted by Reaper
sithtoast is my host and he has got php. so i need to rename my pages from index.html to index.php, for example?

yep, that should do it. :)
03-23-2006 04:18 PM
Profile PM Find Quote Report
Dempsey
Scripting Contest Winner
*****

Avatar
http://AdamDempsey.net

Posts: 2395
Reputation: 53
37 / Male / Flag
Joined: Jul 2003
RE: Frames
Yea or if you have a lot of files you could try using a .htaccess file with:
code:
AddType application/x-httpd-php .html
SoundPacks   -   Scripts   -   Skins

that's not a bug, thats an unexpected feature
03-23-2006 04:19 PM
Profile E-Mail PM Web Find Quote Report
Reaper
Veteran Member
*****

Avatar

Posts: 1393
Reputation: 23
35 / Male / Flag
Joined: Jun 2004
O.P. RE: Frames
yup, that works fine. only one problem though, the tagbox is under my menu blob. how can i make it so its always on the right hand side?
03-23-2006 04:22 PM
Profile E-Mail PM Find Quote Report
Pages: (3): « First [ 1 ] 2 3 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On