IE autocomplete internet explorer's autocomplete
IE autocomplete
internet explorer's autocomplete
Frequently people are confused by the various dropdown quick-complete boxes in IE. Most people lump them all under the term "AutoComplete." There are actually several features in play, and today I will describe them all.
Typed Urls
Typed Urls appear when you click the down arrow at the right (or left, depending on locale) end of the address bar's edit box. The keyboard shortcut is F4. These items all have an icon to the left. This is a list of the last 25 (or so) urls you have actually typed into the address bar. Only items that you physically type into the address bar are listed here. The list is stored in a registry key. The key is HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TypedURLs. Each value in the Key is an URL. If you click the Clear History button in the Internet Control Panel (Tools->Options) this entire key is deleted.
AutoComplete
When you start typing in the address bar's edit box and a dropdown appears with suggestions that match what you type, you have discovered AutoComplete. AutoComplete is actually a shell feature. Any application can enable AutoComplete for any edit box by simply calling SHAutoComplete(). AutoComplete in IE will aggregate all the urls in your history, as well as various items in the shell namespace, such as "desktop", "my documents", etc. AutoComplete also aggregates the items in the current user's favorites folder (CSIDL_Favorites). When you add a favorite, a .url file is created in the Favorites folder. The filename is the title of the Web site (with non-NTFS friendly characters removed) or the url if the page has no title. The user is also given an opportunity to specify their own title, though I suspect people rarely do this. If you do specifiy your own title, it makes it very easy to visit frequently visited sites. For example, my test manager adds Amazon.com as a favorite and sets the Name: field to amzn. Then, when he wants to go there, he just types amzn into the address bar and AutoComplete does the work for him. It is important to note that subfolders of the favorites folder are not included in the enumeration. This is for performance reasons, I suspect.
A side note about Favorites: There is another shortcut you can use to quickly access Web sites that are Favorites. Right-Click on a favorite (either in the Menu or the Explorer Bar) and chose properties. You will see just below the URL: field is the Shortcut Key: field. Click in the box and press any key. If you type 1 then Ctrl+Alt+1 will appear in the box. Click OK. Now whenever you press CTRL+ALT+1 Internet Explorer will navigate to that site.
相關(guān)文章
一篇文章帶你學(xué)會(huì)JavaScript計(jì)時(shí)事件
JS可以實(shí)現(xiàn)很多java代碼不易完成的功能,下面這篇文章主要給大家介紹了關(guān)于如何通過(guò)一篇文章帶你學(xué)會(huì)JavaScript計(jì)時(shí)事件的相關(guān)資料,文中通過(guò)實(shí)例代碼介紹的非常詳細(xì),需要的朋友可以參考下2022-11-11小程序獲取手機(jī)驗(yàn)證碼倒計(jì)時(shí)的方法
這篇文章主要為大家詳細(xì)介紹了小程序獲取手機(jī)驗(yàn)證碼倒計(jì)時(shí)的方法,文中示例代碼介紹的非常詳細(xì),具有一定的參考價(jià)值,感興趣的小伙伴們可以參考一下<BR>2022-08-08JavaScript判斷數(shù)組是否存在key的簡(jiǎn)單實(shí)例
下面小編就為大家?guī)?lái)一篇JavaScript判斷數(shù)組是否存在key的簡(jiǎn)單實(shí)例。小編覺(jué)得挺不錯(cuò)的,現(xiàn)在就分享給大家,也給大家做個(gè)參考。一起跟隨小編過(guò)來(lái)看看吧2016-08-08通過(guò)javascript把圖片轉(zhuǎn)化為字符畫(huà)
平時(shí)我們都是使用軟件把圖片轉(zhuǎn)化為字符畫(huà),今天我就用JAVASCRIPT把圖片轉(zhuǎn)化成字符畫(huà),在娛樂(lè)中學(xué)習(xí)一些JS、HTML5、canvas的使用方法。2013-10-10JavaScript實(shí)現(xiàn)為指定對(duì)象添加多個(gè)事件處理程序的方法
這篇文章主要介紹了JavaScript實(shí)現(xiàn)為指定對(duì)象添加多個(gè)事件處理程序的方法,可實(shí)現(xiàn)讓指定對(duì)象處理多個(gè)事件的功能,具有一定參考借鑒價(jià)值,需要的朋友可以參考下2015-04-04