.Net小程序,对象不支持属性或方法"MACAddress" [英] .Net applet, Object doesn't support property or method 'MACAddress'

查看:59
本文介绍了.Net小程序,对象不支持属性或方法"MACAddress"的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我一直在尝试创建.Net小程序.但是,我编写的应用程序没有任何内容.我什么都看不到.

当我使用IE9浏览它时,它会显示一些要更改的安全设置,但是当我更改为这些设置后,将再次显示相同的内容.
这是我浏览时遇到的错误(错误:对象不支持属性或方法"MACAddress").
在mozila firefox中,它不返回任何内容或不显示任何内容.

我需要帮助.

示例代码:这就是我尝试访问在我编写的类中找到的方法的方式.
这是一个jQuery.

Hallo everyone,

I have been attempting to creat .Net applet. However, nothing is coming from the application I wrote. I couldn''t see anything.

When I browse it with IE9, it displays some security settings to be changed, however after I got changed to these settings the same thing is displayed again.
This was the error I got when I browsed it(Error: Object doesn''t support property or method ''MACAddress'').
In mozila firefox, it returns nothing or showing nothing.

I need help.

Sample Code: this is how I tried to access a method found inside the class I wrote.
It is a jquery.

$(document).ready(function () {
            alert($("[id$='myID']").MACAddress().toString());
        });



dll文件返回客户端的MAC地址.
谢谢



The dll file returns the MAC address of the client.
Thanks

推荐答案

(document).ready(function(){ alert(
(document).ready(function () { alert(


("
("[id


='myID']").MACAddress().toString()); });
='myID']").MACAddress().toString()); });



dll文件返回客户端的MAC地址.
谢谢



The dll file returns the MAC address of the client.
Thanks


这篇关于.Net小程序,对象不支持属性或方法"MACAddress"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆