View previous topic :: View next topic |
Author |
Message |
saibot -
Joined: 14 Jan 2004 Posts: 6
|
Posted: Thu Sep 02, 2004 9:16 pm Post subject: Open url and links in a cell table. |
|
|
Is it possible to open a link in a table jsut like open a link in a frame?.
If it is possible, how do I do it? |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Thu Sep 02, 2004 9:43 pm Post subject: |
|
|
No , this is not possible but you can use a Iframe inside the table cells
it self and accomplish this task , you should use code like the following.
Code: | <iframe src="link.html" width="WIDTH" height="HEIGHT"></iframe> |
|
|
Back to top |
|
 |
Axis -
Joined: 29 Sep 2003 Posts: 336
|
Posted: Thu Sep 02, 2004 9:46 pm Post subject: |
|
|
Hi saibot--
You can use ssi to include a file into a table. It works great if you want to get away from frames but still would like to use a single header or navigational side table, etc.
Regards,
Axis |
|
Back to top |
|
 |
saibot -
Joined: 14 Jan 2004 Posts: 6
|
Posted: Thu Sep 02, 2004 9:51 pm Post subject: |
|
|
Thanks for the fast replies...
iframe i understand and that will to what i want
ssi i newer used. A simple example anyone? |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Thu Sep 02, 2004 9:58 pm Post subject: |
|
|
saibot wrote: | Thanks for the fast replies...
iframe i understand and that will to what i want
ssi i newer used. A simple example anyone? |
Check the Abyss Web Server manual for help on using SSI ! |
|
Back to top |
|
 |
|