←
^
→
JavaScript in the Browser
Getting Data From Server
img
,
script
, and
iframe
tags have a
src
attribute which get info from server.
The
iframe
fetches HTML so its contents can be inspected by your JavaScript.
But, better to use
XMLHttpRequest
.
José M. Vidal
.
56 of 66