📄 index.html
字号:
<html>
<head>
<title>Version and ICE Selection</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript">
<!--
function MM_jumpMenu(targ,selObj,restore)
{ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}
function goToURL()
{
//Author: S.CADENE
if (version_ice_selection.ice_interface.value==1)
{
parent.right.location="vers1_2/angel/index.html";
return;
}
if (version_ice_selection.ice_interface.value==2)
{
parent.right.location="vers1_2/multi_ice/index.html";
return;
}
else
alert('The ICE Interface must be selected');
}
//-->
</script>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p> </p><table width="75%" border="1">
<tr>
<td>
<div align="center"><b><font face="Arial, Helvetica, sans-serif">EB40A Getting
Started With ARM® ADS Software Tool</font></b> </div>
</td>
</tr>
</table>
<form name="version_ice_selection" method="post" action="">
<p> </p>
<p> </p>
<table width="75%" border="1">
<tr bgcolor="#CCCCCC">
<td width="40%"><font size="2" face="Arial, Helvetica, sans-serif">Select
your hardware interface with the debugger</font></td>
<td width="30%">
<select name="ice_interface" >
<option value="0" selected>.... </option>
<option value="1">Angel</option>
<option value="2">Multi ICE</option>
</select>
</td>
<td width="30%">
<div align="center">
<input type="button" name="buttonlaunch" onClick="goToURL()" value="Launching">
</div>
</td>
</tr>
</table>
<p> </p>
<p> </p>
</form>
<p> </p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -