Dynamic HTML, or DHTML, is an umbrella term for a collection of technologies used together to create interactive and animatedweb sites[1] by using a combination of a staticmarkup language (such as HTML), a client-side scripting language (such as JavaScript), a presentation definition language (such asCSS), and the Document Object Model.[2] The application of DHTML was introduced by Microsoft with the release of Internet Explorer 4 in 1997.
DHTML allows scripting languages to changevariables in a web page's definition language, which in turn affects the look and function of otherwise "static" HTML page content, afterthe page has been fully loaded and during the viewing process. Thus the dynamic characteristic of DHTML is the way it functions while a page is viewed, not in its ability to generate a unique page with each page load.
By contrast, a dynamic web page is a broader concept, covering any web page generated differently for each user, load occurrence, or specific variable values. This includes pages created by client-side scripting, and ones created by server-side scripting (such asPHP, Perl, JSP or ASP.NET) where the web server generates content before sending it to the client.
DHTML is differentiated from Ajax by the fact that a DHTML page is still request/reload-based. With DHTML, there may not be any interaction between the client and server after the page is loaded; all processing happens in JavaScript on the client side. By contrast, an Ajax page uses features of DHTML to initiate a request (or 'subrequest') to the server to perform actions such as loading more content.
Dynamic HTML หรือ DHTML เป็น คำที่ร่มสำหรับคอลเลกชันของเทคโนโลยีที่ใช้ร่วมกันเพื่อสร้างการโต้ตอบและ animatedweb เว็บไซต์ [ 1 ] อะไรโดยใช้การรวมกันของ staticmarkup ภาษาอะไร ( เช่น HTML , ) ภาษาสคริปต์ฝั่งไคลเอนต์ ( เช่น JavaScript ) เป็นภาษานิยาม ( การนำเสนอ เช่น ascss ) , และเอกสารอะไรวัตถุ[ 2 ] ทำไมการใช้ DHTML ถูกแนะนำโดย Microsoft ด้วยรุ่น 4 Internet Explorer ใน 1997 .
DHTML ช่วยให้ภาษาสคริปต์เพื่อ changevariables ทำไมในเว็บของนิยามภาษา ซึ่งจะส่งผลต่อลักษณะและหน้าที่ของมิฉะนั้น " คงที่ " หน้า HTML เนื้อหารึเปล่าหลังหน้าได้รับการโหลดอย่างเต็มที่ ในระหว่างการกระบวนการดังนั้น ลักษณะแบบไดนามิกของ DHTML เป็นวิธีการทำงานในขณะที่หน้าดู ไม่มีความสามารถในการสร้างหน้าพิเศษกับแต่ละหน้าโหลด
โดยคมชัดเป็นไหมแบบไดนามิกเว็บอะไรเป็นแนวคิดที่กว้างขึ้น ครอบคลุมหน้าเว็บใด ๆที่แตกต่างกันสำหรับผู้ใช้แต่ละคนหรือเฉพาะค่าตัวแปรโหลดที่เกิดขึ้น . ซึ่งรวมถึงหน้าเว็บที่สร้างโดยสคริปต์ฝั่งไคลเอนต์ ,และที่สร้างโดยสคริปต์ฝั่งเซิร์ฟเวอร์ ( เช่น asphp , Perl , JSP หรืออะไร ASP.NET ) ที่เซิร์ฟเวอร์เว็บสร้างเนื้อหา ก่อนส่งให้ลูกค้า แตกต่างจากไหม
DHTML เป็น Ajax ไหมโดยความจริงที่ว่าเป็น DHTML หน้ายังร้องขอ / โหลดจาก กับคุณ มันอาจไม่มีปฏิสัมพันธ์ระหว่างลูกค้าและเซิร์ฟเวอร์หน้าหลังโหลด ;การประมวลผลทั้งหมดที่เกิดขึ้นใน JavaScript ในฝั่งไคลเอ็นต์ โดยคมชัด , หน้า AJAX ใช้คุณสมบัติของคุณเพื่อเริ่มต้นการขอ ( หรือ ' subrequest ' ) ไปยังเซิร์ฟเวอร์เพื่อดำเนินการเช่น
โหลดเนื้อหาเพิ่มเติม
การแปล กรุณารอสักครู่..