Hello,
I have been trying to combine tow asp pages into one
Here is what I have done, it does not give me any errors, but it does not display any data.
I have been trying to combine tow asp pages into one
Here is what I have done, it does not give me any errors, but it does not display any data.
Code:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "[URL unfurl="true"]http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">[/URL]
<html xmlns="[URL unfurl="true"]http://www.w3.org/1999/xhtml">[/URL]
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<style type="text/css">
<!--
#Layer1 {
position:absolute;
left:11px;
top:10px;
width:984px;
height:202px;
z-index:1;
}
-->
</style>
</head>
<body>
<%
<!--#include file="summary2.asp"-->
%>
<%
<!--#include file="summary1.asp"-->
%>
</body>
</html>