如何在JavaScrip中弹出固定窗体
<script language="javascript" >
function newShow()
{
window.showModalDialog("Untitled-2.html","name","height=200; width=300; scroll:yes");
}
</script>
function newShow()
{
window.showModalDialog("Untitled-2.html","name","height=200; width=300; scroll:yes");
}
</script>