国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > .NET > 正文

[ASP.NET]一個實用的彈出窗口函數

2024-07-10 12:56:41
字體:
來源:轉載
供稿:網友
public static void openpopup(system.web.ui.webcontrols.webcontrol opener,string pagepath,string windowname,int top,int left,int width,int height)
{
string clientscript;
string windowattribs;
windowattribs = "left=" + left.tostring() + "px," +
"top=" + top.tostring() + "px," +
"width=" + width.tostring() + "px," +
"height=" + height.tostring() + "px," +
"left='+((screen.width -" + width.tostring()+ ") / 2)+',";
clientscript = "window.open('"+pagepath+ "','"+
windowname + "','"+ windowattribs + "');return false;";
opener.attributes.add("onclick", clientscript);
}

private void page_load(object sender, system.eventargs e)
{
// 在此處放置用戶代碼以初始化頁面
if(!ispostback)
{
openpopup(button1,"http://www.google.com";);
openpopup(button2,"http://www.google.com";,"",0,0,300,300);
}
}


國內最大的酷站演示中心!
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 深水埗区| 阿勒泰市| 沧源| 高清| 景宁| 黄梅县| 阿瓦提县| 屯门区| 平果县| 玉林市| 榆社县| 疏勒县| 桂东县| 高陵县| 宝丰县| 莫力| 泸水县| 大关县| 辉南县| 离岛区| 南川市| 陆丰市| 贺州市| 沾益县| 海兴县| 江西省| 讷河市| 黎川县| 湖北省| 金川县| 大冶市| 瓦房店市| 芦溪县| 江华| 唐河县| 福州市| 梅州市| 阳东县| 稻城县| 石屏县| 温宿县|