<< Chapter < Page Chapter >> Page >
Sau khi nắm được nguyên lý của AJAX, bạn đọc có thể sử dụng một công cụ lập trình web bất kỳ để xây dựng các ứng dụng tiện ích như tra cứu từ điển (giống google suggest), tự động sao lưu văn bản đang soạn (auto save), tự động sao lưu các giá trị form đang nhập...

Mô tả ứng dụng

Dưới đây là màn hình module phần mềm từ điển trực tuyến sử dụng công nghệ AJAX Lien ket

vidu

Người dùng gõ vào một từ cần tra cứu bất kỳ, sau mỗi ký tự được nhập vào ô tra cứu, danh sách các từ trong CSDL từ điển có các ký tự tương ứng ngay lập tức hiện ra trong một danh sách đổ xuống, giúp người dùng dễ dàng nhập liệu và lựa chọn (giống cách làm việc của Google Suggest)

Sau khi có từ cần tra cứu, người dùng nhấn ok, nghĩa của từ đó ngay lập tức hiện ra phía dưới (không cần reload lại trang)

hinh minh hoa 2

Phía người dùng chỉ biết đến 1 trang duy nhất là index.html. Hậu trường của ứng dụng là cơ chế Ajax được thực hiện trong các file javascript included và các file asp hỗ trợ truy xuất CSDL qua các tham số gửi theo đường XMLHTTPRequest từ file ajax.js và ajax_search.js.

Mã nguồn minh họa

Đoạn code minh họa đơn giản dưới đây (viết trên ASP và CSDL Access) sẽ giúp bạn hiểu rõ hơn cơ chế này.

Tệp index.html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html lang="en-US">

<head>

<style type="text/css" media="screen">

body {

font: 11px arial;}

.suggest_link {

background-color: #FFFFFF;

padding: 2px 6px 2px 6px;}

.suggest_link_over {

background-color: #3366CC;

padding: 2px 6px 2px 6px;}

#search_suggest {

position: absolute;

background-color: #FFFFFF;

text-align: left;

border: 1px solid #000000;}

label {

width:4em;

folat:left

text-allign:right;

margin-right:0.5em;

display:block;}

.submit input{

margin-left:4.5em;}

fieldset{

boder:1px solid #781351;

width:20em;}

Legend {

color:#fff;

background:#ffa20c;

border:1px solid #781351;

padding:2px 6px}

</style>

<script language="JavaScript" type="text/javascript"

src="ajax_search.js"></script>

<script language="JavaScript" type="text/javascript" src="ajax.js"></script>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

</head>

<body>

<fieldset><legend>Từ điển thuật ngữ Tin học</legend>

<p>Tính năng:<br>&nbsp;1. Tự động gợi ý các từ có trong từ điển tương ứng với chữ cái gõ vào<br>&nbsp;2. Hiển thị nhanh chóng nghĩa của từ trong ô mà không cần reload lại cả trang</p>

<p>Mời bạn nhập thuật ngữ tin học cần tra cứu trong ô dưới đây:<br>&nbsp;</p>

</fieldset>

<form name=frmSearch id="frmSearch" method=get>

<input type="text" id="formWord" name="formWord" alt="Search Criteria" onkeyup="searchSuggest();" autocomplete="off" />

<input type="button" value="OK"

onclick="sndUserCheck(document.frmSearch.formWord.value);"></td><br>

<div id="search_suggest"></div>

</form>

<p></p>

<fieldset style="width: 220; height: 39">

<legend>Nghĩa từ</legend>

<div id="TakenOrNot"></div>

</fieldset>

</body>

</html>

Tệp ajax.js

function createRequestObject()

{

var ro;

var browser = navigator.appName;

if(browser == "Microsoft Internet Explorer") {

Questions & Answers

what is defense mechanism
Chinaza Reply
what is defense mechanisms
Chinaza
I'm interested in biological psychology and cognitive psychology
Tanya Reply
what does preconceived mean
sammie Reply
physiological Psychology
Nwosu Reply
How can I develope my cognitive domain
Amanyire Reply
why is communication effective
Dakolo Reply
Communication is effective because it allows individuals to share ideas, thoughts, and information with others.
effective communication can lead to improved outcomes in various settings, including personal relationships, business environments, and educational settings. By communicating effectively, individuals can negotiate effectively, solve problems collaboratively, and work towards common goals.
it starts up serve and return practice/assessments.it helps find voice talking therapy also assessments through relaxed conversation.
miss
Every time someone flushes a toilet in the apartment building, the person begins to jumb back automatically after hearing the flush, before the water temperature changes. Identify the types of learning, if it is classical conditioning identify the NS, UCS, CS and CR. If it is operant conditioning, identify the type of consequence positive reinforcement, negative reinforcement or punishment
Wekolamo Reply
please i need answer
Wekolamo
because it helps many people around the world to understand how to interact with other people and understand them well, for example at work (job).
Manix Reply
Agreed 👍 There are many parts of our brains and behaviors, we really need to get to know. Blessings for everyone and happy Sunday!
ARC
A child is a member of community not society elucidate ?
JESSY Reply
Isn't practices worldwide, be it psychology, be it science. isn't much just a false belief of control over something the mind cannot truly comprehend?
Simon Reply
compare and contrast skinner's perspective on personality development on freud
namakula Reply
Skinner skipped the whole unconscious phenomenon and rather emphasized on classical conditioning
war
explain how nature and nurture affect the development and later the productivity of an individual.
Amesalu Reply
nature is an hereditary factor while nurture is an environmental factor which constitute an individual personality. so if an individual's parent has a deviant behavior and was also brought up in an deviant environment, observation of the behavior and the inborn trait we make the individual deviant.
Samuel
I am taking this course because I am hoping that I could somehow learn more about my chosen field of interest and due to the fact that being a PsyD really ignites my passion as an individual the more I hope to learn about developing and literally explore the complexity of my critical thinking skills
Zyryn Reply
good👍
Jonathan
and having a good philosophy of the world is like a sandwich and a peanut butter 👍
Jonathan
generally amnesi how long yrs memory loss
Kelu Reply
interpersonal relationships
Abdulfatai Reply
Got questions? Join the online conversation and get instant answers!
Jobilize.com Reply

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Giáo trình tổng quan về ajax và wap. OpenStax CNX. Jul 30, 2009 Download for free at http://cnx.org/content/col10828/1.1
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Giáo trình tổng quan về ajax và wap' conversation and receive update notifications?

Ask