Jump to content

Recommended Posts

Posted

Hi, Can anybody pls help me with this. My apologises if there is similar questions, did not have time to go through the topics. I am having trouble viewing asp page with includes in IE. I did not work for over 2 years and I probably missed something. Thanks a lot. Here is the simple code and I am using Dreamweaver CS4.

 

<%@LANGUAGE="JAVASCRIPT" CODEPAGE="65001"%>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Untitled Document</title>

</head>

 

<body>

<table width="800" border="1" cellspacing="0" cellpadding="0">

<tr>

<th scope="row"><!--#include file="top.html"--></th>

</tr>

<tr>

<th scope="row"><!--#include file="content.html"--></th>

</tr>

<tr>

<th scope="row"><!--#include file="bottom.html"--></th>

</tr>

</table>

</body>

</html>

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...