impossible in this way
所在版块:社会百科 发贴时间:2003-09-24 23:51

用户信息
复制本帖HTML代码
高亮: 今天贴 X 昨天贴 X 前天贴 X 
all your javascript code in between <% %> will give you nothing but some syntax errors.

The biggest problem with your code is that javascript code and jsp code runs at different levels. Your jsp files will generate the javescript code. And your javascript code will probably run on the client, while jsp code runs on the server.

I guess you want to get some "count" value from the client side, a good try will be making some http requests with obj.download() function. check msdn dhtml reference for details.
.
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!

有容,无欲。
 相关帖子 我要回复↙ ↗回到正文
Javascript data type 和 Java data type 转换? jonecn   (230 bytes , 392reads )
impossible in this way 很硬   (510 bytes , 187reads )