Click to See Complete Forum and Search --> : Apache version 2.0.51 crossing fingers???


Seemore1
11-26-2005, 04:10 PM
Hi. I am having a very strange strange problem and believe it might be an issue with this Apache version crossing fingers(???). Has anyone else had this problem or know what I can do to resolve it?


Background: On the "problem server" I am running Apache 2.0.51 (Unix server) The following code works fine in every browser and on every unix server I have used previously BUT for some strange reason this code on this one particular server running Apache 2.0.51 creates an "unterminated string constant" error ONLY in the IE browser (???) (It works fine however in Mozilla and firefox).

The first error the IE browser returns is:

Line: 1010
Error: Unterminated string Constant
Char: 68
Code: 0

The other errors are "object expected" which I believe to be simply the result of the first error.

To me it appears that this version of Apache is not recognizing the "normal" string terminators(????) problem in the head content referencing to an outside file (src="url"). I have tried terminating this string with quotes, double quotes, semi-colons, slashes etc. but without any luck. Again, it works perfectly fine in IE on other machines as is, but not this one particular unix server. The hosting comapny suggested posting this issue here. Any ideas?

Server where code works:
http://skinchoice.com/cgwt/ordernow2.html

Server where it does not work in IE:
http://condysil-genital-wart-treatment/ordernow2.html

Here is script:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta name="generator" content="HTML Tidy for Linux/x86 (vers 1st August 2004), see www.w3.org">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script type="text/javascript" language="javascript"
src="http://condysil-genital-wart-treatment.com/products.js">
</script>
</head>
<body>
<script type="text/javascript">get_14_price();</script>
</body>
</html>

Thanks in advnace for your assistance.

SpectreReturns
11-26-2005, 06:08 PM
"HPV & genital wart treatment"?

Anyway, this isn't going to be a server problem if it's a problem with clientside scripting (and only on one browser)

Fang
11-27-2005, 08:55 AM
I see no problem in IE, but there is a problem in FF due to invalid unicode characters in the page served with charset=utf-8 by the server.