Server-side script files are always visible.
伺服器端指令码档一律可见。
Clicking OK returns true, and the server-side script executes.
单击确定返回true,执行服务器端脚本。
Namely, you need to set up the server-side script or servlet to handle the Ajax calls.
也就是说,需要设置服务器端脚本或servlet来处理Ajax调用。
Instead, you could write your server-side script to look for a extra field in the form.
相反,您可以编写您的服务器端脚本来寻找表单中的一个额外字段。
Data flows from the NWS server into my server, where the server-side script converts XML to HTML.
数据从NWS服务器流动到我的服务器,服务器端脚本将xml转换为HTML。
If an event has both client - and server-side scripts, the client-side script executes first.
如果一个事件同时具有客户端脚本和服务器端脚本,则首先执行客户端脚本。
That's all good, but in order for there to be new data, the server-side script has to go get it.
这一切都很好,但为了得到新的数据,服务器端脚本去得到它。
The notation #{id:inputText1} is a server-side script that executes before the page is sent to the browser.
符号 #{id:inputText1}是服务器端脚本,在将页面发送到浏览器之前执行该脚本。
The fourth parameter should be the URL of the server-side script/servlet that will handle the Ajax calls.
第四个参数应该为负责处理Ajax 调用的服务器端script/servlet的URL。
First, Ajax applications are almost always written for a specific server-side script, servlet, or application.
首先,Ajax应用程序通常都是为一个特定的服务器端脚本、servlet或应用程序而编写的。
The params field is itself an object, consisting of key/value pairs that will be passed to the server-side script.
params字段本身就是一个对象,包含有将被传递给服务器端脚本的键/值对。
Finally, you tag your ajax parameter so the server-side script will know that it's an ajax request (see Listing 15).
最后,添加ajax参数,以便服务器端脚本知道这是一个ajax请求(见清单15)。
In a normal situation the server-side script or servlet connects to a data source and generates XML in the above format.
在通常情况下,服务器端脚本或servlet连接到数据源,并生成以上格式的XML。
An Execute script simple action runs a server-side script, which is specified in the Edit simple action dialog box (see figure 10).
ExecuteScript简单操作将运行服务器端脚本,在EditSimpleAction对话框中对此进行了指定(参见图10)。
Whether or not you restrict the access to your scripts, Web clients should not be able to invoke any function of a server-side script.
无论是否限制对脚本的访问,Web客户机应该不能调用服务器端脚本的任何函数。
In fact, you can actually write the server-side script in any language that can be called from your Web server and return its result to the client.
实际上,可以用任何语言编写服务器端脚本,只要能够从Web服务器调用它并把结果返回给客户机。
You can easily manipulate it and get it to the server because it doesn't require any special encoding, and every server-side script in the world can handle text data.
由于不需要特殊编码而且每个服务器端脚本都能处理文本数据,所以可以轻松利用 JSON 并将其应用到服务器。
Again, you'll use the concept of passing an ajax flag to the server-side script to let it know whether it is being called by a regular GET request or by an ajax call.
同样,您将使用将一个ajax标记传递到服务器端脚本的概念,让它知道它正在被一个常规GET请求调用还是被一个ajax调用调用。
The results.php server-side script would produce a page like the one in Listing 14 for page 1, and clicking the links would bring you to the second page or the last page.
php服务器端脚本将生成一个类似于清单14中的page1的页面,单击其中的链接可导航到第二页或者最后一页。
An Ajax request is an asynchronous HTTP request that is usually made to a server-side script, which returns a response in a format such as XML, JSON, HTML, or plain text.
Ajax请求是一个异步http请求,通常发送给服务器端脚本,后者返回XML、JSON、HTML或普通文本格式的响应。
Typically, the standard way of moving between pages is to pass a parameter to the server-side script loading the data, telling it what page of the result set it should output.
通常,在页面之间移动的标准方法是向加载数据的服务器端脚本传递一个参数,告知它应该输出结果集的哪个页面。
This is a valid URL encoding as specified by RFC 1738, but if you submit the encoded string to a server-side script such as a JSP, you will get a space instead of the + character.
这是一个符合RFC 1738 的有效URL编码,但如果将这个已编码的字符串提交给服务器端脚本,例如JSP,结果将是一个空格而不是 + 字符。
Two of the earlier approaches used an Apache ProxyPass rule to handle this problem, while one approach used a special-purpose server-side script to get the data from the NWS server.
此前有两种方法使用ApacheProxyPass规则来解决这个问题,还有一种使用专用的服务器端脚本从NWS 服务器上获取数据。
Save, reload, and you've finally got what you want: a handler that gets the image name and is ready to send it to the PHP server-side script. Figure 6 shows things in action at this stage.
保存、重新加载,终于得到了我们所想要的:一个能获取图像名称并准备将其发给PHP服务器端脚本的处理程序。
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.
通常,通过在客户端代码中嵌入服务器端脚本,可以将信息从服务器运行时传递到浏览器。
The next step in the process is to create a simple PHP application to enter some data at the client side and read it at the server side using a PHP script.
这个过程中的下一步是创建一个简单的PHP应用程序,它允许用户在客户端输入一些数据,然后在服务器端用php脚本读取它。
Scripting for both the client side and server side in one event is also accomplished by attaching both types of script.
通过附带两种脚本类型,也可以完成为一个事件中的客户端和服务器端编写脚本。
Scripting for both the client side and server side in one event is also accomplished by attaching both types of script.
通过附带两种脚本类型,也可以完成为一个事件中的客户端和服务器端编写脚本。
应用推荐