<div dir="ltr"><div><font color="#663333"><font size="2"><font face="arial,helvetica,sans-serif">Hi Group, </font></font></font></div>
<div><font color="#663333"></font> </div>
<div><font color="#663333"><font size="2"><font face="arial,helvetica,sans-serif">There are few security concerns at my organization and due to that, I can not directly access <a href="http://openlayers.org">openlayers.org</a> for OpenLayers.js. So, I installed it and changed my script as below </font></font></font></div>


<div><font color="#663333"><font size="2"><font face="arial,helvetica,sans-serif"></font></font></font> </div>
<div><font color="#663333"><font size="2"><font face="arial,helvetica,sans-serif">&lt;script src=<strong><u>&#39;D:\OpenLayers-2.9.1\OpenLayers.js&#39;</u></strong>&gt;&lt;/script&gt;<br> &lt;/head&gt;<br> &lt;body&gt;<br>

  &lt;div id=&#39;map&#39;&gt;&lt;/div&gt;<br>  &lt;script type=&quot;text/javascript&quot;&gt;<br>   //var map = new OpenLayers.Map(&#39;map&#39;,{maxResolution: 1000} );<br>   var map = new OpenLayers.Map(&#39;map&#39;, {<br>

      maxExtent: new OpenLayers.Bounds(  -638480920.244,-188017611.367,665489491.580,1019789790.73),<br>      maxResolution: 5000 <br>      } );<br>   var wmscURL = [<br>    &quot;<a href="http://siasporapv01:8080/gss/ogc?version=1.3.0&amp;crs=sw:nsw_trans_mercator_mm&amp;styles=Default">http://siasporapv01:8080/gss/ogc?version=1.3.0&amp;crs=sw:nsw_trans_mercator_mm&amp;styles=Default</a>&quot;<br>

    ];<br>   var myLayer = new OpenLayers.Layer.WMS( &#39;Cambridge Steet&#39; , wmscURL , { layers: &#39;background&#39; ,  format: &#39;image/png&#39;} , { buffer: 1 , isBaseLayer: true } );<br>   map.addLayer( myLayer )<br>

   map.zoomToMaxExtent();  <br>  &lt;/script&gt;</font></font></font></div>
<div> </div>
<div>Now the problem is that, It&#39;s not showing any controls on the map and also not sending any requests to my server. Everything comes out with no image tiles.</div>
<div>If I use <a href="http://openlayers.org/api/openlayers.js">openlayers.org/api/openlayers.js</a> on my local machine it works perfect. </div>
<div> </div>
<div>Am I missing something ? Is is not the way to configure OpenLayers ? </div>
<div> </div>
<div>Thanks,</div>
<div>Kalyan<br></div></div>