SDF Component Toolkit Applications
|
179
SIZE="20" maxlength="255" ID="fp1">
</P>
</DIV>
<DIV ALIGN="left">
<P>
<LABEL FOR="fp2">Latitude<BR></LABEL>
<INPUT TYPE="text" NAME="pointLat" VALUE="<%=pointLat%>"
SIZE="12" ID="fp2">
</P>
</DIV>
<DIV ALIGN="left">
<P>
<LABEL FOR="fp3">Longitude<BR></LABEL>
<INPUT TYPE="text" NAME="pointLon" VALUE="<%=pointLon%>"
SIZE="12" ID="fp3">
</P>
</DIV>
<P>
<INPUT TYPE="button" VALUE="Digitize" NAME="digitizePoint"
LANGUAGE="JavaScript" ONCLICK="digitizeIt()">
</P>
<HR>
<P>
<INPUT TYPE="button" WIDTH="50" VALUE="Add" NAME="addPoint"
WIDTH="50" LANGUAGE="JavaScript"
ONCLICK="pointForm.op.value='Add'; pointForm.submit()">
<INPUT TYPE="button" WIDTH="50" VALUE="Find" NAME="findPoint"
LANGUAGE="JavaScript"
ONCLICK="pointForm.op.value='Find';
pointForm.submit()">
<INPUT TYPE="button" WIDTH="50" VALUE="Remove"
NAME="removePoint"
LANGUAGE="JavaScript"
ONCLICK="pointForm.op.value = 'Remove'; pointForm.submit()">
</P>
</FORM>
<HR>
<%=msgText%>
<SCRIPT LANGUAGE="JavaScript">
// Determine browser...
bName = navigator.appName;
bVer = parseInt(navigator.appVersion);
if (bName == "Netscape" && bVer >= 4)
ver = "n4";
else if (bName == "Microsoft Internet Explorer" && bVer >= 4)
ver = "e4";
else
ver = "other";
poi.asp
Example Code (
continued
)
Summary of Contents for 15606-011408-9300 - MAP R6.3 UPG
Page 1: ...15306 010000 5060 October 2001 Autodesk MapGuide Release 6 Developer s Guide ...
Page 6: ...vi ...
Page 16: ...16 ...
Page 30: ...30 ...
Page 84: ...84 ...
Page 134: ...134 ...
Page 202: ...202 ...