I can usually figure out problems like this with some testing or google searches, but nothing is working for me this time.

I've installed a comments page on a website for a friend of mine, I got the code for the page from phpjabbers.com (and they aren't very much help!) and while the comments work and show up great in every other browser, they don't work in Internet Explorer.

The page is http://www.sacheenfamilyretreat.com/comments.php (you can use admin/pass to get in). If anyone can help I'd really appreciate it. I don't know much about PHP so I'm reaching a dead end.

Recommended Answers

All 3 Replies

You'll need to post some code.

this is the code:

<?php include("/home/content/s/a/c/sacheenfamily/html/login/verify.php"); ?>
<head>
<title>Sacheen Family Retreat</title>
<link href="/comments/comments.css" rel="stylesheet" type="text/css"></link>
</head>
<style type="text/css">
<!--
body {
	background-color: #3e613e;

}
.style1 {
	color: #FFFFFF;
	font-size: 36px;
}
div{margin-left:10px;}
a:link {color: #ffffff;}
a:visited {color: #dddddd;}
a:active {color: #ffffff;}
a:hover {background-color: none;}
-->

</style>


<body><center>
<!-- ImageReady Slices (indexdesign.psd) -->
<a href="inside.php"><img src="insideheader.jpg" width="671" height="194" border="0" alt="" usemap="#insideheader_Map"></a>
<map name="insideheader_Map">
<area shape="rect" alt="" coords="582,173,624,187" href="photos.php">
<area shape="rect" alt="" coords="502,173,568,187" href="comments.php">
<area shape="rect" alt="" coords="431,173,490,188" href="calendar.php">
</map>
<!-- End ImageReady Slices -->
<div><table width="579"><tr><td><object>
<script language="javascript">
var InstallationUrl = '/comments/';
var pageCommentID = 'Comments';
</script>
<script language="javascript" src="/comments/load.php?id=Comments"></script>
</object></td></tr></table></div><br>
<a href="/login/logout.php">logout</a>
</center>
</body>

I hope i did that right

Figured it out - it was the object code. Thank you!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.