问题描述
你真的必须使用像RegisterClientScriptBlock()这样的方法来获取客户端Javascript进入ASP.NET 2.0页面吗?对于任何超出
琐碎脚本的东西,这真是一个痛苦的过程,不是吗?
我想我不清楚为什么你不能放JS内联?难道只是得到
以及页面中的任何文字HTML吗?
有没有办法加载外部xxx.js文件进入你的代码?
感谢任何意见......
Liz
Do you really have to use these methods like RegisterClientScriptBlock() to
get client-side Javascript into an ASP.NET 2.0 page ? For anything beyond
trivial scripting, this is really a painful process, no ?
I guess I''m not clear why you can''t put JS inline ? Doesn''t it just get
emitted along with any literal HTML in your page ??
Is there a way to load an external xxx.js file into your code ?
Thanks for any input ...
Liz
推荐答案
真的吗?那么什么是Page的方法,比如RegisterClientScriptBlock()
?
L
really ? so what''s with the Page methods like "RegisterClientScriptBlock()"
?
L
news:Oo ************** @ TK2MSFTNGP04.phx.gbl。 ..
news:Oo**************@TK2MSFTNGP04.phx.gbl...
到
to
超出
beyond
真的吗?
really ?
是。
Yes.
它允许您创建动态JavaScript。
It allows you to create dynamic JavaScript.
这篇关于什么是真正的Javascript协议?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!