<script type="text/javascript">
function addOpen() {
window.open('/ServerHostWeb/Patient/PatientRecordInfoAdd?PatientId=@ViewBag.PatientId', 'newwindow', 'height=380, width=260, top=0, left=0, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, status=no');
}
</script>
这段代码中的resizable=no是什么意思
禁止调整窗口大小,也就是不能拉伸
整句话的意思呢
@糯米好吃: http://www.runoob.com/jsref/met-win-open.html
好好看看吧,看单词也能猜出个大概意思 啊
禁用js的更改窗口大小功能