Home Web Front-end HTML Tutorial About page partial refresh routine_html/css_WEB-ITnose

About page partial refresh routine_html/css_WEB-ITnose

Jun 24, 2016 pm 12:04 PM
refresh local page


A specific example of RS technology
In the previous post, I introduced the basic working principle of RS. Obviously, if RS technology is applied to the design of a
website, it will have many extraordinary effects ( Especially its biggest advantage is that it can call the server-side code without refreshing the
page). It is precisely because of this feature that you can process the data in the database just like writing a
traditional C/S mode program (I think everyone must want to know how to implement it, below. To give a specific example, debugging this broken program almost exhausted me, haha)
As you can see from the previous description, to use RS technology, the client and server need to meet the following two conditions:
1. The client only needs to support Java applet
2. The server only needs to support ASP
In other words, RS technology is completely independent of the browser (of course the browser needs to at least support Java
and JavaScript). You can use it in IE, too. It can be completely used in
NC, which is also a significant feature that distinguishes it from RDS technology.
Before being able to use RS technology flexibly, we must first explain an issue, which is the issue of "asynchronous call"
that was mentioned before. It is precisely because of the asynchronous call that you can only refresh a certain part of the page without refreshing
the entire page.
Due to this feature, you can let the server
check the validity of the data you input while you are browsing the page (of course this can be a series of very complex legality checks, for example,
Compare the data entered by the user with the existing data in the database, etc. This cannot be solved by the client's JS)
Then when the server returns the check result, you can perform the corresponding operation (such as popping up a The dialog box tells the user
Input errors, etc.)
The syntax for asynchronous calls is as follows:
RSExecute(serverURL, functionname, param_list)
The first parameter is the complete asp page you want to call URL path
The second parameter is the name of the function you want to call
The following are the input parameters required by the function
If the function you want to call requires two input parameters, it is written like this:
RSExecute(serverURL, functionname, f_arg_1, f_arg_2)
There are two ways to write when calling,
One is to return a result:
objResult = RSExecute(serverURL, functionname, f_arg_1 , f_arg_2);
The other is a calling method that does not return a result:
RSExecute(url, func_name, f_arg_1, f_arg_2, CallbackFunction);
Special attention should be paid to this calling method. It is a JS function on the client
. It means that once RS completes the call on the server, it will call this function immediately and return the result to this
function.
A typical CallbackFunction function should have the following structure:
function CallbackFunction(objResult) {
//Your own processing
}
The only input parameter objResult is called by RS Return value.
Let’s assume a situation like this:
The user enters the user’s e-mail address in the browser, and then the user leaves the e-mail address input box
and enters the next input process , this time it is time for RS to come into play. It queries the address in the database of the
server based on the address entered by the user, and then determines whether the user already exists, and then
returns the result to the client. The client then uses DHTML technology to prompt the user for the information previously entered in an input box called "ShowResult"
.
function CallbackFunc(objResult) {
// Prompt user information
window[objResult.context].value = objResult.return_value;
}
And RSExecute() should be called like this
RSExecute(serverURL, functionname, f_arg_1, CallbackFunc, "ShowResult");
No more, no more, the above is so long-winded, I think everyone is confused, so the following is
Let the specific code speak for itself:
(Please create a system DSN file called NW on your server before using the code. This file uses
Northworld, the sample database that comes with Chinese ACCESS97)
The following example works like this. default.htm is divided into two frames. RS technology is used in the
main.html page. You can notice that submit
is not used in main.html. So if If you hit the Enter key directly on this page, nothing will appear. You must click the
"Get Information" button with the mouse to use this partial page refresh technology. After clicking the button, there will be
a small delay on the page (during this time the java applet establishes a connection with the server in the background)
Then the page will return to the normal mouse immediately, and you can continue to perform other operations on the page.
Instead of having to wait for data like when a normal page is refreshed.
Everyone can understand info.asp at a glance. It is actually a very simple program for processing strings.
If you are familiar with DHTML technology, you can complete these operations on the client.
As for EmpData.asp, it is the program for processing data on the server side.
Well, you can experience the benefits yourself
.

Be especially careful not to change too much code, otherwise it is easy to make mistakes. After all, you are programming in JavaScript.

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Repo: How To Revive Teammates
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

6 Ways to Refresh Web Pages on iPhone 6 Ways to Refresh Web Pages on iPhone Feb 05, 2024 pm 02:00 PM

When you browse the web on your iPhone, the loaded content is temporarily stored as long as the browser app remains open. However, the website updates content regularly, so refreshing the page is an effective way to clear out old data and see the latest published content. This way, you always have the latest information and experiences. If you want to refresh the page on iPhone, the following post will explain you all the methods. How to Refresh Web Pages on Safari [4 Methods] There are several methods to refresh the pages you are viewing on the Safari App on iPhone. Method 1: Use the Refresh Button The easiest way to refresh a page you have open on Safari is to use the Refresh option on your browser's tab bar. If Safa

F5 refresh key not working in Windows 11 F5 refresh key not working in Windows 11 Mar 14, 2024 pm 01:01 PM

Is the F5 key not working properly on your Windows 11/10 PC? The F5 key is typically used to refresh the desktop or explorer or reload a web page. However, some of our readers have reported that the F5 key is refreshing their computers and not working properly. How to enable F5 refresh in Windows 11? To refresh your Windows PC, just press the F5 key. On some laptops or desktops, you may need to press the Fn+F5 key combination to complete the refresh operation. Why doesn't F5 refresh work? If pressing the F5 key fails to refresh your computer or you are experiencing issues on Windows 11/10, it may be due to the function keys being locked. Other potential causes include the keyboard or F5 key

How to copy a page in Word How to copy a page in Word Feb 20, 2024 am 10:09 AM

Want to copy a page in Microsoft Word and keep the formatting intact? This is a smart idea because duplicating pages in Word can be a useful time-saving technique when you want to create multiple copies of a specific document layout or format. This guide will walk you through the step-by-step process of copying pages in Word, whether you are creating a template or copying a specific page in a document. These simple instructions are designed to help you easily recreate your page without having to start from scratch. Why copy pages in Microsoft Word? There are several reasons why copying pages in Word is very beneficial: When you have a document with a specific layout or format that you want to copy. Unlike recreating the entire page from scratch

How to deal with the problem that Laravel page cannot display CSS correctly How to deal with the problem that Laravel page cannot display CSS correctly Mar 10, 2024 am 11:33 AM

"Methods to handle Laravel pages that cannot display CSS correctly, need specific code examples" When using the Laravel framework to develop web applications, sometimes you will encounter the problem that the page cannot display CSS styles correctly, which may cause the page to render abnormal styles. Affect user experience. This article will introduce some methods to deal with the failure of Laravel pages to display CSS correctly, and provide specific code examples to help developers solve this common problem. 1. Check the file path. First check the path of the CSS file.

How to implement page jump in 3 seconds: PHP Programming Guide How to implement page jump in 3 seconds: PHP Programming Guide Mar 25, 2024 am 10:42 AM

Title: Implementation method of page jump in 3 seconds: PHP Programming Guide In web development, page jump is a common operation. Generally, we use meta tags in HTML or JavaScript methods to jump to pages. However, in some specific cases, we need to perform page jumps on the server side. This article will introduce how to use PHP programming to implement a function that automatically jumps to a specified page within 3 seconds, and will also give specific code examples. The basic principle of page jump using PHP. PHP is a kind of

How to customize and edit standby mode on iPhone: What's new in iOS 17 How to customize and edit standby mode on iPhone: What's new in iOS 17 Sep 21, 2023 pm 04:01 PM

Standby is a new feature in the iOS 17 update that provides a new and enhanced way to access information when your phone is idle quickly. With StandBy, you can conveniently check the time, view upcoming events, browse your calendar, get weather updates for your location, and more. Once activated, the iPhone will intuitively enter standby mode when set to landscape while charging. This feature is perfect for wireless charging points like your bedside table, or when you're away from your iPhone charging during daily tasks. It allows you to swipe through various widgets displayed in standby to access different sets of information from various applications. However, you may want to modify these widgets or even delete some based on your preferences and the information you need frequently. So let's dive into

How to quickly refresh a web page? How to quickly refresh a web page? Feb 18, 2024 pm 01:14 PM

Page refresh is very common in our daily network use. When we visit a web page, we sometimes encounter some problems, such as the web page not loading or displaying abnormally, etc. At this time, we usually choose to refresh the page to solve the problem, so how to refresh the page quickly? Let’s discuss the shortcut keys for page refresh. The page refresh shortcut key is a method to quickly refresh the current web page through keyboard operations. In different operating systems and browsers, the shortcut keys for page refresh may be different. Below we use the common W

How to Rearrange, Disable, and Delete iPhone Home Screen Pages How to Rearrange, Disable, and Delete iPhone Home Screen Pages Nov 29, 2023 am 08:22 AM

In iOS, Apple allows you to disable individual home screen pages on your iPhone. It's also possible to rearrange the order of home screen pages and delete pages directly instead of just disabling them. Here's how it works. How to Rearrange Home Screen Pages Touch and hold Space on the Home screen to enter jitter mode. Tap the row of dots that represent Home screen pages. In the Home screen grid that appears, touch and drag a page to rearrange it relative to other pages. Others move in response to your dragging. When you're happy with your new arrangement, tap "Done" in the upper right corner of the screen, then tap "Done" again to exit dither mode. How to Disable or Remove Home Screen Pages Touch and hold Space on the Home screen to enter dither mode. Tap to represent home screen

See all articles