Click to See Complete Forum and Search --> : Auto load website in table


pretpat
10-19-2003, 02:05 PM
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

MotherNatrsSon
10-19-2003, 02:12 PM
You mean you want something o automatically contruct a table for you?:confused:

MNS

pretpat
10-19-2003, 02:15 PM
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.....>

MotherNatrsSon
10-19-2003, 02:27 PM
You mean you have a template and you want to have the content just "automatically" be put into the template?

Server Side Includes or some server side scripting is going to be necesary for that. PHP ASP MySQL CGI PERL etc..


MNS

pretpat
10-19-2003, 02:44 PM
i really dont know how to explain better but this is my source so far:
<TABLE BORDER=5px CELLPADDING=6 CELLSPACING=0 align="center" bordercolor="#000080">
<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">
<"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">
</div></td></TR>
</TABLE>

I need the link thats bold to load in the table.

I hope this makes more sense

pretpat
10-19-2003, 04:27 PM
okay maybe this will work too
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

The Cheat
10-20-2003, 12:18 AM
Try doing a search for IFRAME or frames :)

Charles
10-20-2003, 05:10 AM
See http://www.w3.org/TR/html4/present/frames.html#edef-IFRAME.

pretpat
10-20-2003, 03:28 PM
Thanx alot charles. Your link gave me exactely what i needed. Thanx you others too tho