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

首頁 > 編程 > .NET > 正文

ASP.net中用axWebBrowser中提交表單

2024-07-10 12:55:30
字體:
來源:轉載
供稿:網友


<tr bgcolor=#ffffff width="100%">
<td align=middle colspan=2>
<form id="form1">
<input language=javascript class=button id=btton type=submit value="start" name=btton></td></tr>
</form>


<input type="button" 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();
}
}
}


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 略阳县| 南平市| 西乌珠穆沁旗| 远安县| 资溪县| 通渭县| 五莲县| 长白| 贞丰县| 辽宁省| 开远市| 柞水县| 西平县| 余庆县| 南漳县| 广昌县| 阿克苏市| 卓资县| 镇雄县| 枝江市| 普宁市| 乌兰察布市| 额敏县| 孟州市| 崇文区| 新宁县| 安泽县| 邵阳市| 五河县| 天门市| 平舆县| 广德县| 开封市| 凤山县| 古丈县| 永福县| 太湖县| 桃园县| 泰顺县| 中方县| 岑溪市|