AN2263 Freescale Semiconductor / Motorola, AN2263 Datasheet - Page 13

no-image

AN2263

Manufacturer Part Number
AN2263
Description
PC Master Software: Creation of Advanced Control Pages
Manufacturer
Freescale Semiconductor / Motorola
Datasheet
Framed Control
Page
MOTOROLA
PC Master Software: Creation of Advanced Control Pages
As the user might expect, the new value should be written to the board
application when he or she presses Enter. That is why the onkeydown event is
also handled in all input boxes. The handling sub-routine WriteValueOnEnter
tests the pressed key and if it is the Enter key the value is written with the help
of the WriteValue sub-routine.
Sub WriteValueOnEnter
End Sub
Appendix B
The Control Page consists of two frames (see
previously created Control Panel (file control_panel.html) and the right one is
composed by the Microsoft Excel file (LMS.xls) which is described in the
following text.
The HTML file that creates the placement of both frames is the actual main
Control Page source and looks like this:
<html>
</html>
Internet Explorer automatically runs the Microsoft Excel application embedded
in the frame to display the contents of the .xls file.
If chr(Window.Event.KeyCode) = VBCR Then
End If
<head>
</head>
<frameset cols="320,*" framespacing="0" border="4"
</frameset>
Freescale Semiconductor, Inc.
frameborder="YES" bordercolor="#dddddd">
For More Information On This Product,
WriteValue
<meta http-equiv="content-type"
<meta name="generator" content="Adobe GoLive 4">
<title>Control Page</title>
<frame src="control_panel.html" name="HTML">
<frame src="LMS.xls" name="Excel">
content="text/html;charset=iso-8859-1">
contains the complete source code of the Control Panel.
Go to: www.freescale.com
Figure
7). The left one is the
Example: Step-by-Step Guide
AN2263/D
13

Related parts for AN2263