|
|
|
|
|
| | |
| |
Active Server Pages ASP control controls class classes module script Scripts applet CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
|
|
Subject: |
Insert a page on a page |
|
From: |
Alessandro |
|
Date: |
3/18/2004 2:47:16 AM |
|
IP: |
194.13.145.5 |
Hello,
I want to inset a page on a page. With the include string it doesn't work. How can I solve te problem?
<%
sShowPage = trim(Request("show"))
%>
<HTML>
<BODY>
<TABLE>
<TR>
<TD>
left bla bla bla...
</TD>
<TD>
<!-- #include file=sShowPage -->
</TD>
<TD>
right bla bla bla...
</TD>
</TR>
</TABLE>
</BODY>
</HTML>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|