Page inside a table cell

jtusa

Diamond Member
Aug 28, 2004
4,188
0
71
How do I get a page to load inside the cell of a table, kind of like a frame, but in a table.
 

Crusty

Lifer
Sep 30, 2001
12,684
2
81
What kind of scripting languages do you have available to use? asp? php?
 

AFB

Lifer
Jan 10, 2004
10,718
3
0
1) Make a hidden frame
2) Load the page in it
3) Take the innertext from it and copy it to the cell
 

AFB

Lifer
Jan 10, 2004
10,718
3
0
Originally posted by: MCrusty
<table><tr><td><? include('some_file.html');?></td></tr></table>

I thought this was after the page had loaded?
 

Crusty

Lifer
Sep 30, 2001
12,684
2
81
Originally posted by: amdfanboy
Originally posted by: MCrusty
<table><tr><td><? include('some_file.html');?></td></tr></table>

I thought this was after the page had loaded?

Nope, check out the site in my sig, all the navigation is done through php includes.
 

AFB

Lifer
Jan 10, 2004
10,718
3
0
Originally posted by: MCrusty
Originally posted by: amdfanboy
Originally posted by: MCrusty
<table><tr><td><? include('some_file.html');?></td></tr></table>

I thought this was after the page had loaded?

Nope, check out the site in my sig, all the navigation is done through php includes.

I meant I thought he wanted it to happen after that page had loaded.
 

Crusty

Lifer
Sep 30, 2001
12,684
2
81
Originally posted by: amdfanboy
Originally posted by: MCrusty
Originally posted by: amdfanboy
Originally posted by: MCrusty
<table><tr><td><? include('some_file.html');?></td></tr></table>

I thought this was after the page had loaded?

Nope, check out the site in my sig, all the navigation is done through php includes.

I meant I thought he wanted it to happen after that page had loaded.

Oh ;). Well in that case I guess you would have to do a refresh on the page...