View Single Post
ישן 10-01-09, 15:17   # 26
vadimg88
חבר מתקדם
 
מיני פרופיל
תאריך הצטרפות: Feb 2008
גיל: 37
הודעות: 710

vadimg88 לא מחובר  

ציטוט:
Applications created with Ajax use an engine that acts as an intermediary between a user's browser and the server from which it is requesting information. Instead of loading a traditional Web page, the user's browser loads the Ajax engine, which displays the page the user sees. The engine continues to run in the background, using JavaScript to communicate with the Web browser. User input or clicking on the page sends a JavaScript call to the Ajax engine, which can respond instantly in many cases. If the engine needs additional data, it requests it from the server, usually using XML, while it is simultaneously updating the page.


http://searchwindevelopment.techtarg...07521,00.html#

כמו שרשום מעלה, ללא שפת צד שרת ועם JS בלבד לא תוכל לעשות כלום. זה רק נעזר ב JS כדי לבצע את השאילתה לשרת שבעצם מבצע את כל הפעולה הנדרשת ואז מחזיר את זה בחזרה ללקוח. אי אפשר לבצע פעולת AJAX רק עם JS . ומכאן נובע שה IP יהיה של השרת ולא של הלקוח.
  Reply With Quote