javascript

<script language="javascript">
<!-- 
    
function ShowMessage(pStr) {
        alert(pStr);
    }

    
function ShowMessageS(pStr) {
        
if (window.confirm(pStr)) {
            
return true;
        }

        
else 
        
{
            
return false;
        }

    }

-->
</script>
posted @ 2006-03-23 14:58  斌哥  阅读(142)  评论(0编辑  收藏  举报