|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Tables instead of frames
I would like a cell within a table to display a web page. is there any way of doing this. if not, can i use a seperate layer?
any help would be much appreciated. thanks freddie |
|
#2
|
||||
|
||||
|
you can read the webpage into a variable, then display the variable in the cell
Code:
myPage = webpageContents
<table>
<tr>
<td><%=myPage%><td>
</tr>
</table>
|
|
#3
|
|||
|
|||
|
i am not sure that is going to achive exactly what i want. i want to have an entire web page in the cell. it it possible by doing something like this?
<table> <tr> <td><%=http://www.microsoft.com%><td> </tr> </table> |
|
#4
|
||||
|
||||
|
microsoft.com is not a webpage, it is a website.
A webpage is a single page within a website. |
|
#5
|
|||
|
|||
|
ok, so if i want http://www.microsoft.com/default.html in the cell?
|
|
#6
|
|||
|
|||
|
It's quite easy
you have to use the php function INCLUDE use iframes en then you can include html pages into cells !! |
|
#7
|
|||
|
|||
|
Exactly.
<!--#include virtual="/webpage.htm"--> |
![]() |
| Viewing: ASP Free Forums > Programming > HTML, JavaScript And CSS Help > Tables instead of frames |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|