Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Anything like Frames?
Old 12-28-2007, 09:07 AM Anything like Frames?
Junior Talker

Posts: 1
Name: Kesavan VBK
Trades: 0
Hello Everyone!

I'm kinda having a task to do now in a web project, I wanna have a top menu and banner section of mine and content section where it showcases other website in it, when i think of frames it is not so good in usability and stuff, is there anything else i cud try call another website within a table in HTML or even in any script for website??

let me know ASAP

Regards
K
kesavank7117 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 12-28-2007, 09:16 AM Re: Anything like Frames?
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,380
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Server Side Includes
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 12-28-2007, 11:29 PM Re: Anything like Frames?
JeremyMiller's Avatar
WT Moderator

Posts: 1,712
Name: Jeremy Miller
Location: Las Vegas, NV
Trades: 0
The advantage that a frame provides is that the site is being viewed at it's intended URL. If the site uses relative URLs for stylesheets and other things, then using other methods without parsing and converting them will result in much-less-than-perfect showcases.
__________________
Jeremy Miller

Please login or register to view this content. Registration is FREE
JeremyMiller is offline
Reply With Quote
View Public Profile Visit JeremyMiller's homepage!
 
Old 12-29-2007, 04:42 AM Re: Anything like Frames?
Average Talker

Posts: 23
Name: Thomas
Location: Alberta, Canada
Trades: 0
<?php include("page.php"); ?>

Simply put the section you want to have "called" onto a seperate page and have it end with .php. Put the code above onto the page where the page is to be "included". You'll need to have all the pages ending with .php, but don't need to change any of your HTML coding. Oh, and change page.php to whatever you called the page you want "called".

You'll notice if you view the source of the page when it's loaded on a web browser, you can't see the <?php include("page.php"); ?> code anymore. It will have actually "copied and pasted" the page.php into your page.
thomashw is offline
Reply With Quote
View Public Profile Visit thomashw's homepage!
 
Old 12-30-2007, 06:06 PM Re: Anything like Frames?
jdfreelance's Avatar
Skilled Talker

Posts: 88
Name: Joseph Dickinson
Trades: 0
Quote:
Originally Posted by thomashw View Post
<?php include("page.php"); ?>

Simply put the section you want to have "called" onto a seperate page and have it end with .php. Put the code above onto the page where the page is to be "included". You'll need to have all the pages ending with .php, but don't need to change any of your HTML coding. Oh, and change page.php to whatever you called the page you want "called".

You'll notice if you view the source of the page when it's loaded on a web browser, you can't see the <?php include("page.php"); ?> code anymore. It will have actually "copied and pasted" the page.php into your page.
Go php-includes~!! I second this post.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
// PHP/MYSQL/XHTML/CSS/FLASH/JAVASCRIPT/VBSCRIPT
jdfreelance is offline
Reply With Quote
View Public Profile
 
Old 12-30-2007, 06:26 PM Re: Anything like Frames?
JeremyMiller's Avatar
WT Moderator

Posts: 1,712
Name: Jeremy Miller
Location: Las Vegas, NV
Trades: 0
So, jdfreelance and thomashw, how do you use that method to resolve the issue I have pointed out? For instance, try that technique with either of the sites in my sig and you'll find the problem exists.
__________________
Jeremy Miller

Please login or register to view this content. Registration is FREE
JeremyMiller is offline
Reply With Quote
View Public Profile Visit JeremyMiller's homepage!
 
Reply     « Reply to Anything like Frames?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.37871 seconds with 12 queries