頁面刷新後,滾動條位置保持不變
摘要:在page_load中加入這句SmartNavigation=ture即可%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" SmartNavigation="true" %
阅读全文
解決用showModalDialog弹出页面后,form表单提交再次弹出一个新窗口問題
摘要:圖片:showModalDialog1.jpg、showModalDialog2.jpgdefault.aspxhead titledefault.aspx/title link href="StyleSheet.css" type="text/css" rel="stylesheet"/ script type="text/javascript" language="javascript" function showIssue() { window.showModalDialog("GoodsMange/Issue.aspx", "", "dialogWidth:800p
阅读全文