MDK-ARM Keil, MDK-ARM Datasheet - Page 92

KIT REALVIEW MCU DEVELOPMENT

MDK-ARM

Manufacturer Part Number
MDK-ARM
Description
KIT REALVIEW MCU DEVELOPMENT
Manufacturer
Keil
Type
Compiler and IDEr
Datasheets

Specifications of MDK-ARM

For Use With/related Products
ARM MCUs
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
92
/*-------------------------------------
*
*------------------------------------*/
function periodicObj (url, period)
}
#--------------------------------------
#
#--------------------------------------
t
/*----------------------------------------
*
*---------------------------------------*/
function updateMultiple (formUpd, callBack, userName, userPassword)
}
When the refresh button is pressed, the JavaScript function updateMultiple() is
downloaded from the server and executed in the browser. This is a standard
function in the
parameter called formUpdate is passed. This is an instance of a JavaScript object
called periodicObj that is also defined in
of the xml file that has to be downloaded, as well as the update period measured
in msec.
#--------------------------------------
#
#--------------------------------------
t
c
c
c
c
c
c
c
c
t
.
this.url = url;
this.period = (typeof period == "undefined") ? 0 : period;
xmlHttp = GetXmlHttpObject();
if (xmlHttp == null)
}
return 0;
xml_http.js
buttons.cgi
var formUpdate = new periodicObj ("buttons.cgx", 300);
xml_http.js
Buttons.cgx
<form>
y0
y1
y2
y3
y4
y5
y6
y7
</form>
alert ("XmlHttp not initialized!");
xml_http.js
support file. When this function is invoked, a
{
{
xml_http.js
. This object passes the name
Chapter 4. RL-TCPnet Introduction
{

Related parts for MDK-ARM