|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Free Web 2.0 Code Generator! Generate data entry and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
newbie needs help with multiple include file commands.
<i><b>Originally posted by : Reid Nunn (reid1@cal-tech.net)</b></i><br />I'm using ASP Express to learn as I go. I have a basic question about the <---include file="xyz"> <br />command. I have two files I would like to include, one after the other. No matter that the file<br />name, or where they are, I can get only the first one to view on the browser.<br /><br />I have tried putting then in separate rows in a table, but that did not help.<br /><br />Someone please advise me.<br /><br />Thank you , in advance.<br /><br />Reid<br />
|
|
#2
|
|||
|
|||
|
<i><b>Originally posted by : jh</b></i><br />Try this syntax when using multiple include files<br /><table><br /><tr><td><br /><!--#include file="somefile1.asp"--><br /></td></tr><br /><tr><td><br /><!--#include file="somefile2.asp"--><br /></td></tr><br /></table><br /><br /><br />------------<br />Reid Nunn at 2/6/00 8:12:29 PM<br /><br />I'm using ASP Express to learn as I go. I have a basic question about the <---include file="xyz"> <br />command. I have two files I would like to include, one after the other. No matter that the file<br />name, or where they are, I can get only the first one to view on the browser.<br /><br />I have tried putting then in separate rows in a table, but that did not help.<br /><br />Someone please advise me.<br /><br />Thank you , in advance.<br /><br />Reid<br />
|
|
#3
|
|||
|
|||
|
<i><b>Originally posted by : reid (reid1@cal-tech.net)</b></i><br />thank you, but it did not work. in this case, neither file shows up shows up now.<br />here is the whole deal.<br /><br /><br /><HTML><br /><HEAD><br /> <META NAME="GENERATOR" Content="ASP Express"><br /> <META HTTP-EQUIV="Content-Type"CONTENT="text/html;CHARSET=iso-8859-1"><br /> <TITLE>Untitled</TITLE><br /></HEAD><br /><BODY><br /><br /><table><br /> <tr><td><br /> <!--#include file="atemplate.asp"--><br /> </td></tr><br /> <tr><td><br /> <!--#include file="afterhtml.htm"--><br /> </td></tr><br /> </table><br /><br /></BODY><br /></HTML><br /><br /><br />------------<br />jh at 2/6/00 8:19:18 PM<br /><br />Try this syntax when using multiple include files<br /><table><br /><tr><td><br /><!--#include file="somefile1.asp"--><br /></td></tr><br /><tr><td><br /><!--#include file="somefile2.asp"--><br /></td></tr><br /></table><br /><br /><br />------------<br />Reid Nunn at 2/6/00 8:12:29 PM<br /><br />I'm using ASP Express to learn as I go. I have a basic question about the <---include file="xyz"> <br />command. I have two files I would like to include, one after the other. No matter that the file<br />name, or where they are, I can get only the first one to view on the browser.<br /><br />I have tried putting then in separate rows in a table, but that did not help.<br /><br />Someone please advise me.<br /><br />Thank you , in advance.<br /><br />Reid<br />
|
![]() |
| Viewing: ASP Free Forums > Programming > ASP Development > newbie needs help with multiple include file commands. |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|