sample8.htm

来自「S60上实现嵌入式浏览器,可以在应用程序中嵌入浏览器,实现IE功能」· HTM 代码 · 共 23 行

HTM
23
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Demo</title>
</head>
<body leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" bgcolor="#FFFFFF" link="#0033cc" text="#000000" alink="#0033cc" vlink="#800080">
<form>

This sample page uses the Soft Key Observer to change the left sofkey to say "Input"
when the input box is activated.  It will change back to say "Options" when the 
input box is deactivated. Notice too that the Option menu has a new item added called
"Edit" when the input box is activated as well.
</br>
<input type="text" name="Ecom_BillTo_Postal_Name_Prefix" size="12" maxlength="100"><br/>

</form>
</body>
</html>


	

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?