Ticket #1183 (closed task: invalid)
Run Xinha no Visual Web Developer 2005
| Reported by: | guest | Owned by: | gogo |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Xinha Core | Version: | trunk |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Hi I am trying to work with the Xinha but it isn't working correctly.
</script> <script type="text/javascript"> _editor_url = "xinha"; _editor_lang = "en"; </script> <script type="text/javascript" src="/xinha/XinhaCore.js"></script> <script type="text/javascript">
var editeur = null; function initXinha() {
var config = new Xinha.Config();
editeur = Xinha.makeEditors(description?, config);
Xinha.startEditors(editeur);
} window.onload = initXinha; </script>
When I run the code at tool Visual Web Developer 2005, the program get the following error.
Error in time for the implementation of Microsoft JScript 'Xinha' is not defined
Where is the problem?
Thank's
