첨부 실행 코드는 나눔고딕코딩 폰트를 사용합니다.
728x90
반응형
728x170

▶ 자바 스크립트

<script>
    var value = "^_^";

    function GetValue()
    {
        return value;
    }
</script>

 

728x90

 

▶ C#

using System.Windows.Forms;

/// <summary>
/// 웹 브라우저
/// </summary>
private WebBrowser webBrowser = new WebBrowser();

...

this.webBrowser.Navigate("http://localhost/test.html");

MessageBox.Show(this.webBrowser.Document.InvokeScript("GetValue").ToString());

 

728x90
반응형
그리드형(광고전용)
Posted by icodebroker

댓글을 달아 주세요