• وبلاگ : منتظران شهادت
  • يادداشت : تلنگر
  • نظرات : 0 خصوصي ، 4 عمومي

  • نام:
    ايميل:
    سايت:
       
    متن پيام :
    حداکثر 2000 حرف
    كد امنيتي:
      
      
     
    + cvb 
    HtmlDocument doc = this.webBrowser1.Document;
    doc.GetElementById("Name").SetAttribute("value", txtName.Text);
    doc.GetElementById("EMail").SetAttribute("value", txtEmail.Text);
    doc.GetElementById("URL").SetAttribute("value", txtSite.Text);
    doc.GetElementById("CheckItemTB").SetAttribute("va lue", txtCode.Text);
    doc.GetElementById("Comment").SetAttribute("value" , txtMessage.Text);