我想使用 Embarcadero 的 HTML5 Builder 附带的组件(BasicAuthentication)。
我在 PHP(服务器端)中使用了这个组件,没有问题,它被称为:
$this->BasicAuthentication1->Execute();
这将生成一个弹出屏幕,作为用户 ID 和密码的用户。
后来我发现(客户端)无法做到这一点,因为调用必须在 JavaScript 或 JQuery 中。我不知道该怎么做?有人可以帮我举个例子吗?
我试过这个,但它什么也没做:
var component = jQuery('#BasicAuthentication1');