Click here to Skip to main content
15,890,670 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I want to make news section in intranet portal.
I want to retrive these news from other website that have these news in a div.
is it possible?
Posted
Comments
DaveAuld 29-Aug-11 7:21am    
You mean you want to scrape content from another site, populate a local database, then use this to feed your own news page?
uspatel 29-Aug-11 7:54am    
<div class="menu2" id="news">
<TABLE width="100%" align=center cellPadding=5 class="txt10">
<TR>
<TD valign="top">

<marquee behavior="scroll"
align="center"
direction="up"
height="77"
scrollamount="2"
scrolldelay="200"
truespeed onMouseOver=this.stop() önMouseOut=this.start() >
<p class="small_text"><img src="images/arr_blk1.gif" width="5" height="7"> 08-08-2011 <br>
Omaxe Q1 FY12 Consolidated Net Sales up by 30% to Rs 329 crore, Consolidated PAT at Rs 20 crore</p><br>
<p class="small_text"><img src="images/arr_blk1.gif" width="5" height="7"> 30-05-2011 <br>
Omaxe releases Annual Results for FY 2011 --- Annual Consolidated Net Sales up by 52% to Rs 1,522 Crore --- Annual Consolidated PAT Rs 92.7 Crore</p><br>
<p class="small_text"><img src="images/arr_blk1.gif" width="5" height="7"> 08-04-2011 <br>
Omaxe to construct Air Force and Naval officers residential complex</p><br>
<p class="small_text"><img src="images/arr_blk1.gif" width="5" height="7"> 01-03-2011 <br>
Omaxe receives contract valued at Rs 136 cr from Ministry of Defence, GOI </p><br>
<p class="small_text"><img src="images/arr_blk1.gif" width="5" height="7"> 26-02-2011 <br>
Q3 FY11 Consolidated Net Sales up by 24% to Rs 348 crore</p><br>
<p class="small_text"><img src="images/arr_blk1.gif" width="5" height="7"> 11-11-2010 <br>
Omaxe Ltd. - Q2 FY11 net sales up by 58% at Rs. 354 crore, PAT up by 63% at Rs. 36.7 crore</p><br>
<p class="small_text"><img src="images/arr_blk1.gif" width="5" height="7"> 27-09-2010 <br>
Omaxe forays into Highway and Bridge construction</p><br>
<p class="small_text"><img src="images/

1 solution

That's not legal. An implied copyright is attached to everything that's ever published. You need to get permission from the other web site(s) to use their content, and I doubt you'll get that permission. The best you can do is to provide a link to that news story.
 
Share this answer
 
Comments
uspatel 30-Aug-11 1:35am    
It,s my own company website developed in php and hosted by an hosting company.
from whome i will get permissions.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900