/    Sign up×
Community /Pin to ProfileBookmark

Is it possible to have part (a section of) . . .

Is it possible to have part (a section) of a website in another one.

EG – there is a league table that is on a site that i want, i don’t want to have a link to the entire site (or page where the table is). I’d rather be able to just take the section of their page and have it built into my page (therefore i wouldn’t need to update the league table as they would be doing it)

PS – i have permission from the other site to get their content

If someone knows how can they please point me in the right direction, thanks

to post a comment
HTML

4 Comments(s)

Copy linkTweet thisAlerts:
@Corey_BryantMar 28.2007 — Is this being read from a database? if so, you might see if they can RSS it for you. Otherwise, you can look into things like ASPtear if your server supports it. A frame would pull the entire page so that probably would not work well for you either.

But just HTML won't really be able to help you (unless you wanted to use the frame)
Copy linkTweet thisAlerts:
@WebJoelMar 28.2007 — Maybe you could use the <object> tag?

<object type="text/html" data="[B]h t t p://w w w.-address-[I]dot[/I]-com/page#[/B]" style="width:?px; height:?px;"></object>

inserted into your page. This however, would show the whole page of the [B]URL[/B], -maybe with some work you could get 'just the part' you wanted?

I used this sometimes to access a client's calendar, which is hosted from another site, and it inserts the calendar into her site. Note that a default vertical scrollbar will be present, -even if the scrollbar is 'grayed out'. This is supposed to be an accessibility feature (always have scrollbar).

If I am not mistaken, RSS only works if the client site and the source are in the same domain(??, -could be mistaken). -Some 'security' concern...
Copy linkTweet thisAlerts:
@ray326Mar 29.2007 — Your best bet would be to parse out the desired content on your server then use an SSI technique to include it in your page. Second best would be to do that process on the browser using Javascript ala AJAX/Inner Browsing.
Copy linkTweet thisAlerts:
@oo7mlauthorMar 29.2007 — thanks guys...
×

Success!

Help @oo7ml spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.16,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...