Dear listers!<br> I'm trying to using Dojo api to draw some of GUI widgets,and I got a problem of import them with OpenLayers.<br> I used these lines to import js files in the <head> :<br> <script type="text/javascript"src="javascript/OpenLayers-
2.5/<span style="color: rgb(255, 0, 0);">lib</span>/OpenLayers.js"></script><br> <br><style type="text/css"><br> @import "javascript/dojo-release-1.0.1/dijit/themes/tundra/tundra.css";
<br> @import "javascript/dojo-release-1.0.1/dojo/resources/dojo.css"<br> </style><br> <script type="text/javascript" src="javascript/dojo-release-1.0.1/dojo/dojo.js"<br> djConfig="parseOnLoad: true"></script>
<br><br>when I first import OpenLayers.js,then dojo.js, dojo wouldn't work.And if I import dojo.js first,then OpenLayers.js,OpenLayers wouldn't work.<br>It seems like the relative path has been changed when loading one of these
files.Can anyone tell me how to fix this problem?Thanks in advance!<br>