Jump to content

asp with includes does not display in IE


Guest Mika

Recommended Posts

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>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...