sample7.htm
来自「S60上实现嵌入式浏览器,可以在应用程序中嵌入浏览器,实现IE功能」· HTM 代码 · 共 12 行
HTM
12 行
<html>
<body>
Alert dialog test case<br/><br/>
click the
<a href="http://www.google.com" onclick="alert('you are about to go to google')">link</a>
, an alert dialog will pop up before the google page is loaded
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?