In my application i use MooTools sortables.Works great when i`m opening html file on any browser,When i open the file from my web server (http://localhost:23813/qform.html) there is an error :
Inline script compilation Syntax error while loading: line 2718 of linked script at http://localhost:23813/js/mootools-1.2.4-core-nc.js : Expected token: ')' rn (parsed) ? Selectors.Utils.filter(this, parsed /* when the DOM is ready */ window.addEvent('domready', function () { myfunction(); }); error occurs here,when i check enable debuging on IE 7 this is my html file (qform.html) head: <!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" xml:lang="it" lang="it"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="description" content="" /> <title>Create Question</title> <link href="styles/qstyle.css" rel="stylesheet" type="text/css" /> <script language="javascript" src="js/mootools-1.2.4-core-nc.js"></ script> <script language="javascript" src="js/mootools-1.2-more.js"></script> <script language="javascript" src="js/dragdrop.js"></script> <script language="javascript" src="js/qepreview.js"></script> <script language="javascript" src="js/qform.js"></script> </head>
