javascript:    
<script type="javascript">
function openDialog(url, height, width) 
{
var returnString;
var obj = Form1;
returnString = window.showModalDialog(url, obj,'dialogHeight:'+height+'px;dialogWidth:'+width+'px;edge:Raised;center:Yes;help:Yes;resizable:No;status:No;scroll:Yes');
return returnString;
}
    </script>引用:
<input onclick="return openDialog('productdetails.aspx','300','550');"
                                    class="button" type="button" value="..." />请高手看看,哪里由错!