Technopedia Center
PMB University Brochure
Faculty of Engineering and Computer Science
S1 Informatics S1 Information Systems S1 Information Technology S1 Computer Engineering S1 Electrical Engineering S1 Civil Engineering

faculty of Economics and Business
S1 Management S1 Accountancy

Faculty of Letters and Educational Sciences
S1 English literature S1 English language education S1 Mathematics education S1 Sports Education
  • Registerasi
  • Brosur UTI
  • Kip Scholarship Information
  • Performance
  1. Weltenzyklopädie
  2. Dynamic Script Loading — Wikipédia
Dynamic Script Loading — Wikipédia 👆 Click Here! Read More..
Un article de Wikipédia, l'encyclopédie libre.
Page d’aide sur l’homonymie

Pour les articles homonymes, voir DSL.

Dynamic Script Loading ou DSL (en français, chargement dynamique de script) est une technique de JavaScript permettant de communiquer dynamiquement avec le serveur et de façon asynchrone (voir AJAX). En pratique, on utilise généralement le DOM pour charger un script JavaScript généré par le serveur.

Exemple

[modifier | modifier le code]
function dsl()
{
    var script = document.createElement('script');
    script.setAttribute('type','text/javascript');
    script.setAttribute('src','script.php');
    document.body.appendChild(script);
    document.body.removeChild(script);
}

Cette fonction appelle le fichier script.php, celui-ci peut "répondre" en générant du javascript :

<?php
header('Content-type: text/javascript');
echo 'alert("Réponse du serveur");';
?>
  • icône décorative Portail de l’informatique
Ce document provient de « https://fr.teknopedia.teknokrat.ac.id/w/index.php?title=Dynamic_Script_Loading&oldid=169750311 ».
Catégorie :
  • JavaScript
Catégories cachées :
  • Portail:Informatique/Articles liés
  • Portail:Technologies/Articles liés

  • indonesia
  • Polski
  • الرية
  • Deutsch
  • English
  • Español
  • Français
  • Italiano
  • مصر
  • Nederlands
  • 本語
  • Português
  • Sinugboanong Binisaya
  • Svenska
  • Українска
  • Tiếng Việt
  • Winaray
  • 中文
  • Русски
Sunting pranala
Pusat Layanan

UNIVERSITAS TEKNOKRAT INDONESIA | ASEAN's Best Private University
Jl. ZA. Pagar Alam No.9 -11, Labuhan Ratu, Kec. Kedaton, Kota Bandar Lampung, Lampung 35132
Phone: (0721) 702022
Email: pmb@teknokrat.ac.id