I use HTML5 notification in Google Chrome.
var notification = webkitNotifications.createHTMLNotification("page.html")
notification.show()
On my page, I have <select>
and several <option>
's. But I can not open up the selector (combobox). Have you tried this before? Could you please help me out of this?
Thank you in advance.