【发布时间】:2012-02-09 16:40:30
【问题描述】:
我在 Google Chrome 中使用 HTML5 通知。
var notification = webkitNotifications.createHTMLNotification("page.html")
notification.show()
在我的页面上,我有<select> 和几个<option>。但我无法打开选择器(组合框)。你以前试过这个吗?你能帮我解决这个问题吗?
提前谢谢你。
【问题讨论】:
标签: html google-chrome webkit notifications web-notifications