Auto load website in table

liunx

Guest
I want to open a website in a table without copying and pasting the source since the website gets updated alot. So i need to automatically open a site in my table. Can anyone help me<!--content-->You mean you want something o automatically contruct a table for you?:confused: <br />
<br />
MNS<!--content-->no i made the source for a table.. al i need is a code to load a page in it without having to click a link. Its like linking to a page for a picture <img src.....><!--content-->You mean you have a template and you want to have the content just "automatically" be put into the template?<br />
<br />
Server Side Includes or some server side scripting is going to be necesary for that. PHP ASP MySQL CGI PERL etc..<br />
<br />
<br />
MNS<!--content-->i really dont know how to explain better but this is my source so far:<br />
<TABLE BORDER=5px CELLPADDING=6 CELLSPACING=0 align="center" bordercolor="#000080"><br />
<TR><td><div id="scroll3" style="width:350;height:185;overflow:auto;border: dashed; border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px; bordercolor="000080"><br />
<"http://www.knvb.nl/comp/wclub.sps?clubid=BBFW51S&clubName=Jong+Holland%2C+ALKMAAR&teamtype1=SEN%2CH&teamtype2=ZA&teamtype3=1&teamName=Mannen+futsal+competitie+Week%2C+12&teamno=65&aand=1211&klasse=18&klassename=8e+klasse&poule=04&dist=West1&period=0&results=1&cPage=6&wizPath=1345"> <br />
</div></td></TR><br />
</TABLE><br />
<br />
I need the link thats bold to load in the table.<br />
<br />
I hope this makes more sense<!--content-->okay maybe this will work too<br />
Sometimes when you enter a webpage it redirects to a new page. How do i do that. Maybe that would work in the table as well<!--content-->Try doing a search for IFRAME or frames :)<!--content-->See <!-- m --><a class="postlink" href="http://www.w3.org/TR/html4/present/frames.html#edef-IFRAME">http://www.w3.org/TR/html4/present/fram ... def-IFRAME</a><!-- m -->. alot charles. Your link gave me exactely what i needed. Thanx you others too tho<!--content-->
 
Back
Top