The pop up is not pop up!

hi, there!

i am very frustrated!!!

i made a pop up, index.html is a page, when ppl click there is a pop up. (my fren she wanted a pop up ~.~" )

and then when i use dreamweaver after i save it i preview i can see the pop up!
but when i upload to my server! i dunno y the pop up is not showing up!!!

and i hav no idea what going on ~.~"

pls help!!

thanks in advance!!
code:

<code>
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=“http://www.w3.org/1999/xhtml”>
<head>
<title>redredfish</title>
<script type=“text/javascript”>
<!–
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//–>
</script>
<style type=“text/css”>

  • {
    margin: 0;
    padding: 0;
    }
    html, body {
    height: 100%; /* Required /
    }
    body {
    color: #999999;
    font: courier;
    font-size: 11px;
    text-align: center;
    }
    #container-page {
    margin: 0 auto;
    width: 100%;
    text-align: left;
    position: relative;
    min-height: 100%; /
    For Modern Browsers /
    height: auto !important; /
    For Modern Browsers /
    height: 100%; /
    For IE /
    }
    #container-head {
    height: 100px;
    }
    #container-content {
    background: url(top.jpg) top center no-repeat;
    height: 500px;
    cursor:pointer;
    padding: 0 2em 0 2em;
    }
    #container-content:after {
    clear: both;
    display: block;
    font: 1px/0px serif;
    content: “.”;
    height: 0;
    visibility: hidden;
    }
    #container-foot {
    width: 100%;
    background: #CCC;
    position: absolute;
    bottom: 0 !important;
    bottom: -1px; /
    For Certain IE widths */
    height: 40px;
    }
    #foot {
    padding: 5px 1em;
    text-align: center;
    }
    </style>
    </head>
    <body>
    <div id=“container-page”>
    <div id=“container-head”> </div>
    <div id=“container-content” onclick=“MM_openBrWindow(‘http://www.redredfish.com/return.html’,‘fish’,'scrollbars=no,resizable=no,width=850,height=500’)”> </div>
    <div id=“container-foot”>
    <div id=“foot”>
    Unless otherwise stated, all images, texts and sounds here in are by the author of redredfish.
    </div>
    </div>
    </div>
    </body>
    </html>

there is a direct link: www.redredfish.com
</code>