You are not logged in.
Hi,
i use Xinha many times without a problem. On a new website i get the following consol-javascript-error:
Access denied on line 5160
Here is the Code:
---------------------------------
<!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>
<title>test</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<script type="text/javascript">
_editor_url = "/editor/";
_editor_lang = "de";
</script>
<script type="text/javascript" src="editor/htmlarea.js"></script> """"<--- This is Line-Number 10"""
<script type="text/javascript" src="editor/botek_config.js"></script>
</head>
<body>
<form name="form1" id="form1" method="post" action="">
<textarea name="content" id="beschreibung"></textarea>
</form>
</form>
<p> </p>
</body>
</html>
----------------------------
I am not able to find a error.
thx for help
Offline
What's on line 5160?
When I was setting up xinha recently I got some access denied errors with the XMLHttpRequest stuff (it can't do requests across different servers).
Offline