The user variable is created and referenced by appending a period and name to the name of the scope object. For example, if a button has the following server-side onclick script.
通过在scope对象名称后附加句点和名称来创建并引用用户变量。
In general, you can pass information from the server runtime to the browser by embedding a server-side script in the client-side code. The following is a client-side onclick event for a button.
通常,通过在客户端代码中嵌入服务器端脚本,可以将信息从服务器运行时传递到浏览器。
Open the script editor for the onclick event for the Submit button.
打开Submit按钮onclick事件的脚本编辑器。
Open the script editor for the onclick event for the Submit button.
打开Submit按钮onclick事件的脚本编辑器。
应用推荐