<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">There are many places there could be a problem<br><br>I suggest you start by entering the URL for the capabilities document into your browser & make sure that is actually working.<br><br><a href="http://localhost/cgi-bin/mapserv.exe?map=C:/wwwroot/QGISMap/QGISMap.map&service=WMS&request=getcapabilities&version=1.3.0">http://localhost/cgi-bin/mapserv.exe?map=C:/wwwroot/QGISMap/QGISMap.map&service=WMS&request=getcapabilities&version=1.3.0</a> <br><br>Depending on what this says you can probably work through the problem. It should list the map layer you are asking for.<br><br>Brent Wood<br><br>--- On <b>Fri, 4/6/12, Özgür Arslan <i><ozgurarslan81@hotmail.com></i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>From: Özgür Arslan
 <ozgurarslan81@hotmail.com><br>Subject: [mapserver-users] HELLLPPP!!!!<br>To: mapserver-users@lists.osgeo.org<br>Date: Friday, April 6, 2012, 2:38 PM<br><br><div id="yiv1493121521">


<div><div dir="ltr">


<style><!--
#yiv1493121521 .yiv1493121521hmmessage P
{
margin:0px;padding:0px;}
#yiv1493121521 body.yiv1493121521hmmessage
{
font-size:10pt;font-family:Tahoma;}
--></style>
<div dir="ltr">Hi All <br><br>I have a map file called QGISMap.map I am trying to make it appear in a frame that created by using open layers. But when I run the page it only shows a empty frame. Why it doesn't show the map? Can someone help me please? Codes are below:<br>  <!-- MapServer Template --> <br> <!DOCTYPE html><br><html><br>  <head><br>    <title>OpenLayers Tutorial - Basic Map Setup</title><br>    <script src="http://openlayers.org/dev/lib/OpenLayers.js"></script><br>    <script type="text/javascript"><br>    <br>    var map, layer;<br> <br>function init(){<br>    map = new OpenLayers.Map( 'map' );<br>    layer = new OpenLayers.Layer.MapServer("OpenLayers WMS",<br>       "http://localhost/cgi-bin/mapserv.exe", {map:
 'C:/wwwroot/QGISMap/QGISMap.map'} );<br>    map.addLayer([wms]);<br>    map.zoomToMaxExtent();<br>    <br>     <br>    <br>    </script><br> <br>    <style><br>    @media screen<br>    {<br>        #map{width: 500px; height:500px; border: 2px solid black;}<br>    }<br>    </style><br>  </head><br>  <body onload="init()"><br>    <h3>OpenLayers Tutorial - Basic Map Setup</h3><br>    <div id="map"></div><br>  </body><br></html><br></div>
                                          </div></div>
</div><br>-----Inline Attachment Follows-----<br><br><div class="plainMail">_______________________________________________<br>mapserver-users mailing list<br><a ymailto="mailto:mapserver-users@lists.osgeo.org" href="/mc/compose?to=mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.org</a><br><a href="http://lists.osgeo.org/mailman/listinfo/mapserver-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a><br></div></blockquote></td></tr></table>