Toolbar Tutorial - Search Navigation
Source: <TOOLBAR caption="Toolbar Tutorial"> <control type="toolbar"> <button id="home" caption="Download.com: " action="http://www.download.com" tooltip="Download.com Home Page"> </button> <dropdown action="Menu(links)"></dropdown> </control> <control type="combo" id="query" action="Command(search)" width=120></control> <control type="toolbar"> <button caption="Search" tooltip="Search Download.com" image="http://www.toolbarbrowser.com/img/magnify.ico" action="Command(search)"></button> <button caption="Back" tooltip="Search Previous" image="http://www.toolbarbrowser.com/img/back.ico" action="SearchBack()"></button> <button caption="Next" tooltip="Search Next" image="http://www.toolbarbrowser.com/img/next.ico" action="SearchNext()"></button> </control> <MENUDEFINITIONS>
<option caption="Download.com" action="http://www.download.com"></option> <separator></separator> <option caption="Software" action="http://www.download.com/2001-20_4-0.html?tag=tab"></option> <option caption="Music" action="http://music.download.com/2001-1_32-0.html?tag=tab"></option> <option caption="Games" action="http://www.download.com/2001-2012_4-0.html?tag=tab" image="http://www.toolbarbrowser.com/img/smiley.ico"></option> </menu> </MENUDEFINITIONS> <COMMANDS>
'http://www.download.com/3120-2001-0-2-0.html?qt=%_QUERY%&ca=2001&excl=10304226&excl=10308849&excl=10265867&excl=10283988&excl=10291260', 'http://www.download.com/3120-2001-0-3-0.html?qt=%_QUERY%&ca=2001&excl=10304226&excl=10308849&excl=10265867&excl=10283988&excl=10291260')" ></command> </COMMANDS> </TOOLBAR> </XML> Remarks:
|