the index.html file and the .map file , and all the OSM data, and the mapserv is ALL ON my SERVER where IP is 
<a href="http://222.129.45.107/" target="_blank">222.129.45.107</a>, I just use another browser to see the map by using the link "
 <a href="http://222.129.45.107" target="_blank">222.129.45.107</a>/index.html" <div><br></div><div>tks. I transfer the question to list too<br><br><div class="gmail_quote">2012/9/7 Stephen Woodbridge <span dir="ltr"><<a href="mailto:woodbri@swoodbridge.com" target="_blank">woodbri@swoodbridge.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">First, please keep this questions on the list for two reasons.<br>
1. so everyone can learn from the responses and they get archived so people can find them in web searchs<br>
2. there are a lot of people on the list that can offer help and I might not be the best person to answer or I might be away and someone else can answer<br>
<br>
When you get you page into you browser where is localhost relative to the browser? Do you have mapserver running on the machine the browser is running on? or do you have it running on your server?<br>
<br>
-Steve<div class="im"><br>
<br>
On 9/6/2012 9:16 PM, ÀîÑî wrote:<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
<br>
when I define with<br>
.... MapServer("OSM map"," <a href="http://222.129.45.107" target="_blank">http://222.129.45.107</a><br></div>
<<a href="http://222.129.45.107/" target="_blank">http://222.129.45.107/</a>> /cgi-bin/mapserv?", ... <a href="http://222.129.45.107" target="_blank">http://222.129.45.107</a><br>
<<a href="http://222.129.45.107/" target="_blank">http://222.129.45.107/</a>> is my server IP, it will run. But when I define<div><div class="h5"><br>
with localhost, or 127.0.0.1, it will not run?<br>
<br>
how is the problem?<br>
<br>
baseLayer = new OpenLayers.Layer.MapServer("<u></u>OSM<br>
map","localhost/cgi-bin/<u></u>mapserv?",{map:"/home/jack/<u></u>osm-demo/basemaps/osm-google.<u></u>map",layers:"all",map_image_<u></u>type:"png"},{singleTile:true,<u></u>ratio:1.0});<br>

<br>
<br>
<br>
------------------------------<u></u>--------------<br>
this is my soucecode of the html page"<br>
----------------------<br>
<!DOCTYPE html><br>
        <html><br>
        <head><br>
        <title>Openlayers Tutorial --basic maps setup</title><br>
        <script src="<a href="http://openlayers.org/api/OpenLayers.js" target="_blank">http://openlayers.org/<u></u>api/OpenLayers.js</a>"></script><br>
        <script type="text/javascript"><br>
        var map,baseLayer;<br>
        function init() {<br>
        map = new OpenLayers.Map('map');<br>
        baseLayer = new OpenLayers.Layer.MapServer("<u></u>OSM<br>
map","localhost/cgi-bin/<u></u>mapserv?",{map:"/home/jack/<u></u>osm-demo/basemaps/osm-google.<u></u>map",layers:"all",map_image_<u></u>type:"png"},{singleTile:true,<u></u>ratio:1.0});<br>

<br>
        map.addLayer(baseLayer);<br>
        map.setCenter(new OpenLayers.LonLat(0,0),1);<br>
        }<br>
        </script><br>
        <br>
        <style><br>
        @media screen<br>
        {<br>
        #map{width: 500px; height:250px; border: 2px solid black;}<br>
        <br>
        <br>
        }<br>
        </style><br>
        </head><br>
        <body onload="init()"><br>
        <h3>Openlayers Tutrial-basic map Setup</h3><br>
        <div id="map"></div><br>
        </body><br>
        </html><br>
<br>
------------------------------<u></u>------------------------------<u></u>------<br>
--<br>
Yang Li<br>
GIS Developer<br>
P.R.China<br>
<br>
<br>
</div></div></blockquote>
<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div style="text-align:left"><span style="text-align:-webkit-auto">Yang Li</span><div>GIS Developer</div><div>P.R.China</div><div><br></div></div><br>
</div>