Dear listers!<br>&nbsp;&nbsp;&nbsp;&nbsp; I&#39;m trying to using Dojo api to draw some of GUI widgets,and I got a problem of import them with OpenLayers.<br>&nbsp;&nbsp;&nbsp;&nbsp; I used these lines to import js files in the &lt;head&gt; :<br> &lt;script type=&quot;text/javascript&quot;src=&quot;javascript/OpenLayers-
2.5/<span style="color: rgb(255, 0, 0);">lib</span>/OpenLayers.js&quot;&gt;&lt;/script&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;<br>&lt;style type=&quot;text/css&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;@import &quot;javascript/dojo-release-1.0.1/dijit/themes/tundra/tundra.css&quot;;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;@import &quot;javascript/dojo-release-1.0.1/dojo/resources/dojo.css&quot;<br> &lt;/style&gt;<br> &lt;script type=&quot;text/javascript&quot; src=&quot;javascript/dojo-release-1.0.1/dojo/dojo.js&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;djConfig=&quot;parseOnLoad: true&quot;&gt;&lt;/script&gt;
<br><br>when I first import OpenLayers.js,then dojo.js, dojo wouldn&#39;t work.And if I import dojo.js first,then OpenLayers.js,OpenLayers wouldn&#39;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>