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

首頁 > 開發 > 綜合 > 正文

c#中用axWebBrowser中提交表單,或點擊某個對象

2024-07-21 02:18:17
字體:
來源:轉載
供稿:網友
dddd.htm

<tr bgcolor=#ffffff width="100%">
<td align=middle colspan=2>
<form id="form1">
<input language=javascript class=button id=btton style="border-top-style: groove; border-right-style: groove; border-left-style: groove; border-bottom-style: groove" onclick="if (typeof(page_clientvalidate) == 'function') page_clientvalidate(); " type=submit value="start" onclick="alert('dd')" name=btton></td></tr>
</form>

<input type="button" onclick="alert('test')" id="button1">

-----------------------------------------------------------------------------------
form1.cs

using system;
using system.drawing;
using system.collections;
using system.componentmodel;
using system.windows.forms;
using system.data;
using mshtml;

namespace windowsapplication2
{
/// <summary>
/// form1 的摘要說明。
/// </summary>
public class form1 : system.windows.forms.form
{
private axshdocvw.axwebbrowser axwebbrowser1;
private system.windows.forms.button button1;
private system.windows.forms.button button2;
/// <summary>
/// 必需的設計器變量。
/// </summary>
private system.componentmodel.container components = null;

public form1()
{
//
// windows 窗體設計器支持所必需的
//
initializecomponent();

//
// todo: 在 initializecomponent 調用后添加任何構造函數代碼
//
}

/// <summary>
/// 清理所有正在使用的資源。
/// </summary>
protected override void dispose( bool disposing )
{
if( disposing )
{
if (components != null)
{
components.dispose();
}
}
base.dispose( disposing );
}

#region windows 窗體設計器生成的代碼
/// <summary>
/// 設計器支持所需的方法 - 不要使用代碼編輯器修改
/// 此方法的內容。
/// </summary>
private void initializecomponent()
{
system.resources.resourcemanager resources = new system.resources.resourcemanager(typeof(form1));
this.axwebbrowser1 = new axshdocvw.axwebbrowser();
this.button1 = new system.windows.forms.button();
this.button2 = new system.windows.forms.button();
((system.componentmodel.isupportinitialize)(this.axwebbrowser1)).begininit();
this.suspendlayout();
//
// axwebbrowser1
//
this.axwebbrowser1.enabled = true;
this.axwebbrowser1.location = new system.drawing.point(80, 184);
this.axwebbrowser1.ocxstate = ((system.windows.forms.axhost.state)(resources.getobject("axwebbrowser1.ocxstate")));
this.axwebbrowser1.size = new system.drawing.size(300, 150);
this.axwebbrowser1.tabindex = 0;
//
// button1
//
this.button1.location = new system.drawing.point(160, 96);
this.button1.name = "button1";
this.button1.size = new system.drawing.size(88, 24);
this.button1.tabindex = 1;
this.button1.text = "button1";
this.button1.click += new system.eventhandler(this.button1_click);
//
// button2
//
this.button2.location = new system.drawing.point(304, 96);
this.button2.name = "button2";
this.button2.tabindex = 2;
this.button2.text = "button2";
this.button2.click += new system.eventhandler(this.button2_click);
//
// form1
//
this.autoscalebasesize = new system.drawing.size(6, 14);
this.clientsize = new system.drawing.size(584, 397);
this.controls.add(this.button2);
this.controls.add(this.button1);
this.controls.add(this.axwebbrowser1);
this.name = "form1";
this.text = "form1";
((system.componentmodel.isupportinitialize)(this.axwebbrowser1)).endinit();
this.resumelayout(false);

}
#endregion

/// <summary>
/// 應用程序的主入口點。
/// </summary>
[stathread]
static void main()
{
application.run(new form1());
}

private void button1_click(object sender, system.eventargs e)
{
object x = system.reflection.missing.value;
axwebbrowser1.navigate(@"e:/documents and settings/administrator/桌面/dddd.htm", ref x, ref x, ref x, ref x);
}

private void button2_click(object sender, system.eventargs e)
{
mshtml.ihtmldocument2 doc = (mshtml.ihtmldocument2)axwebbrowser1.document;
mshtml.ihtmlformelement f1 =(mshtml.ihtmlformelement)doc.all.item ("form1",0);
((mshtml.ihtmlformelement)(f1)).submit();
mshtml.ihtmlelement element = (mshtml.ihtmlelement)doc.all.item("button1", 0);
element.click();
}
}
}





發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 江山市| 三台县| 肥乡县| 西平县| 襄樊市| 柳江县| 洪雅县| 来凤县| 富裕县| 岢岚县| 渝北区| 高雄市| 沙湾县| 墨竹工卡县| 恩平市| 隆德县| 瑞丽市| 重庆市| 安陆市| 洛阳市| 康保县| 沙洋县| 绿春县| 锦州市| 綦江县| 甘谷县| 宁晋县| 柯坪县| 库伦旗| 博乐市| 惠东县| 图们市| 霞浦县| 乌拉特中旗| 刚察县| 梓潼县| 六盘水市| 寿阳县| 永泰县| 泗水县| 洮南市|