由买买提看人间百态

topics

全部话题 - 话题: javascript
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
w******n
发帖数: 692
1

不可能用 javascript. 一般用asp,perl或servlet一类的东东.
有关CGi的东西网上到处都有.
偶觉的把表结构和索引设计好,可能更有用.
o*****w
发帖数: 8
2
$str="I am here";
print "";
It dose not work at all:(
f***y
发帖数: 98
3
【 以下文字转载自 Programming 讨论区,原文如下 】
发信人: ferry (死菜了), 信区: Programming
标 题: Javascript: pull-down list to pop-up win
发信站: Unknown Space - 未名空间 (Tue Dec 30 11:23:39 2003) WWW-POST
我做了个pull-down list:
c*j
发帖数: 20
4
谢谢你. 只是因为别的form 都是用的这个javascript calendar. 这样client
从calendar上select 日期时,就不用communicate with server 了. 我就是不明白为什么
会被挡住呢? 不甘心.

出一
的,press
不知
k****i
发帖数: 1072
5
use javascript or
c****o
发帖数: 265
c****o
发帖数: 265
N********n
发帖数: 8363
8

The guy knows little how languages and compilation work. If I compile a
program written in language A into a program written in lan B then B has
to be 1) able to do more than A and 2) more granular than A.
Javascript satisfies neither. It does not do more than C#/Java/C++ nor
is more granular.
c**d
发帖数: 579
9
这人是个牛人,你居然说人家不懂。
他这篇文章的主要意思是说html markup的可读性越来越不重要,长远来看浏览器会演
变成一个虚拟机,JavaScript则成为该平台相应的汇编语言。开发人员可以使用各种工
具和Framework开发Web程序,只要最终生成的JS运行没问题就行。
他这个提法很有道理,不过对我来说有点难以接受,因为受Web Standards理论的影响
太深。
w********i
发帖数: 244
10
Hi All,
there are too many javascripts/jquery in Asp.net web site. Slowness..how to
improve its performance? Thank you very much!!!
w********i
发帖数: 244
11
Hi All,
there are too many javascripts/jquery in Asp.net web site. Slowness..how to
improve its performance? Thank you very much!!!
c*********e
发帖数: 16335
12
google gwt用java编译出javascript.
c*********e
发帖数: 16335
13
eclipse里面安装一个gwt插件,用java写code,然后编译成javascript,用于前台.加快
开发速度。
visual studio有沒有这方面的插件?
r*******n
发帖数: 3020
14
你们说的控件是什么东西?
我觉得JS是web services, 比如RESTful,加javascript是web的未来,
template语言应该消失,嵌入在html确实看着也很乱
x**n
发帖数: 461
15
在我看来呢,asp.net是一个伟大的发明,同时又是愚蠢的。其伟大在于将stateless
的web转化为类是桌面的stateful event driven,让很多没有web基础的developers可
以做web开发。愚蠢在于本来html/javascript/css好好的大家都接受的东西,硬是自己
要搞出一套来,而且好多地方用户不得不用自己的handler来做一些asp.net无法作的东
西。到现在终于发现大家还是更喜欢asp.net mvc,因为它更加真实的反映了web的本质
,能够更好的和起它的library连接。
r****y
发帖数: 26819
16
Dojo,prototype,jquery这些framework,省事是省事了,但是效率不见得最好。
我也一直想问javascript的framework到底有什么意义。是不是就是为了普及和方便。
如果想做效率最高的代码,这些framework反倒是障碍。
js代码是没法经过compiler优化的,源代码的长度直接影响效率。所以framework
在这一点上就自损。
除了Base和Base2应该不错,其余的framework都有效率上打折扣的问题。
n******e
发帖数: 58
17
来自主题: Internet版 - javascript问题
iframe使可以,但返回的是人家的结果网页,我不希望用人家网页
只用结果,我要用javascript处理结果,动态生成我的结果叶面
br />
n******e
发帖数: 58
18
来自主题: Internet版 - javascript问题
正因为我申请的个人主页不提供server端解析(安全问题),所以才使用客户端
的javascript
n******e
发帖数: 58
19
来自主题: Internet版 - javascript问题
javascript一般浏览器都支持,如果是perl我还不非得给每个人撞个perl解析器不可了?
BR
发帖数: 4151
20
来自主题: Internet版 - IE 里面怎样enable Javascript?
我去tools 那里找了,没有。我也很奇怪,以前是在那里的。我现在windows 是中文版
的。javascript 的中文是什么?
M*****y
发帖数: 641
21
网页上有 link, shortcut to javascript 窗口不跳出来.
x**l
发帖数: 12
22
小弟现在有任务要制作online查询公司信息的站点
想请教各位大侠:
1 使用javascript实现database的基本步周
2 如何提高查询效率(sql查询)
3 有什么可以参考的站点或者书籍
多谢
a****g
发帖数: 6
23
I plan to develop an on-line demo.
Since I'm not familar with web programming, could any expert give me
some hints on which tool is suitable to use? Javascript? applet? servelet? or
tools like .asp .net? (I am not familar with neither of them).
My demo requires following characteristics:
a) the demo system is based on a dynamic database stored in server.
b) The demo should be computer-human interactive: when users make some
selections and input data via the demo interface, the system should be
a
m********d
发帖数: 11
24
Hi, all,
Does anybody know how to access file system (not necessarily on client) with
JavaScript? Thanks
g*****g
发帖数: 34805
25
I don't think you can do that.
JavaScript doesn't run on server at all btw, it's running within client's
browser and it's function is limited.
c*****t
发帖数: 1879
26
State what exactly your problem is. WHy would you want to use JavaScript?
y*****g
发帖数: 9
27
How can we use javascript to new window, but we need post instead of get.
myWindow=new window("http://www.yahoo.com");
it pops up a windown and goes to www.yahoo.com.
but how can we use post instead of get like a form post
myWindown=new window("http://myserver/myservlet?a=b...");
c**g
发帖数: 274
28
来自主题: Java版 - javascript question
google: javascript checkbox onclick
w******t
发帖数: 1422
29
来自主题: Java版 - javascript question
well, not exact - but, is there a way at server side to check if client
browser has javascript enabled/disabled - such as check it in jsp etc
thanks
g*s
发帖数: 2277
30
来自主题: Java版 - javascript question
得第二次REQUEST才能知道吧?放个HIDDEN变量用JAVASCRIPT改,再REQUEST应该
就可以知道了,用AUTO-REFRESH可以让用户觉得就一次REQUEST.
M*******r
发帖数: 522
31
用JSP生成一个page, 里面有个drop down list, 希望从list里选择一项,
然后把参数传回JSP重新再来一次query -- 不明白如何从javascript里
把参数回传给JSP...
请指教... thanks
w***y
发帖数: 6251
32
【 以下文字转载自 Programming 讨论区 】
【 原文由 woomy 所发表 】
javascript能访问JSP里的arraylist么? 我google了半天也没找到怎么实现:(
thx a lot!
m**c
发帖数: 90
33

Only staticaly:
<%
List list = new ArrayList();
...
%>
....

...
w***y
发帖数: 6251
34
got it work! thx a lot:)
我还有个问题: javascript能传给jsp一个string 参数么?
或者说, 我这个页面上有一个, 这个webpage里的jsp能读它的值么?
m**c
发帖数: 90
35

No. The JSP page is parsed and compiled on the server side, and JavaScript is
on the client side. What you want to do is to submit the form to itself so
that JSP can get the input value via "request.getParameter("")".
h******q
发帖数: 97
36
hi,
i need to write a web survey to compare images. how to implement using
javascripts?
thanks
m******t
发帖数: 2416
37
来自主题: Java版 - Random thoughts on Javascript

It's not an OOL.
But you _can_ do these in javascript.
m******t
发帖数: 2416
38
来自主题: Java版 - Random thoughts on Javascript

It's not an OOL.
But you _can_ do these in javascript.
g**********y
发帖数: 14569
39
Anyone has good AJAX or javascript forum to recommend?
I just tried jGuru, horrible interface.
Anyone can explain following problem is also appreciated -->
1.
2. document.getElementById("MyButton").onclick = highlight;
In my view, Method-1 and Method-2 are interchangeable. However, browser
doesn't think so -->
function highlight() {
alert(this.id);
}
Method-1 set this to window; and Method-2 set this to MyButton. Why is that?
I thin
g**********y
发帖数: 14569
40
Never mind my second question, find the answer in AJAX in action.
A simple javascript code could hide so many default information, that's
really bad, and sad for programmer.
g*****g
发帖数: 34805
41
来自主题: Java版 - javascript or jstl?
I need to implement a navigation bar,
so when you are in current page, the tag
of current page should have a highlight color
and no link etc.
Want to know which is the better option, jstl or
javascript.
m******t
发帖数: 2416
42
来自主题: Java版 - javascript or jstl?
Only the server side knows which tab is the "current" page. Just render that
tab with a different css class name. I don't think javascript is necessary,
unless you also need to add some animation effects.
n*****g
发帖数: 7
43
1. check you block pop-up window
2. check you enable javascript
3. check ... anything else to check?
g*s
发帖数: 2277
44
check status bar有没有JAVASCRIPT ERROR.喝喝.
I*******e
发帖数: 1879
45
☆─────────────────────────────────────☆
goodbug (好虫) 于 (Thu Feb 15 14:53:49 2007) 提到:
I have a common problem in web development,
Let's say you have a lot of contacts, so many that you have
to paginate them, so they are in different pages. Each contact
has a checkbox, so a user can check multiple boxes and send
all these guys an email.
Now the only way I know of is to put the selected contacts in session,
and update them when you go to a different page. Is there a pure
javascript solution t
e***e
发帖数: 351
46
来自主题: Java版 - javascript print iframe question
Hi,
Sorry no Chinese input here. I am trying to print an iframe in a html file.
The function I am using works in IE but not in FireFox.
My test code is here:



Untitled