Code sample: reference
Use this code in your macro to go from your word processor directly to a search engine or reference work.
Code to Be Included in the Macro
These are possible values for the Address and ExtraInfo parameters in the macro code. Click the links in the examples to see the effect of the macros.
Address |
ExtraInfo |
See the effect |
|---|---|---|
http://www.britannica.com /search |
query= | Research the technical term carbon steel |
http://www.google.com /search |
q= | Check the phrase best of breed |
http://www.investorwords.com /69/ |
none | Check the financial term accrued market discount |
http://en.wikipedia.org /wiki/ |
none | Check the phrase dream pop |
http://eur-lex.europa.euar /Result.do |
arg0= | Research the Spanish legal term Petición de decisión prejudicial Note: You need to visit the home page of this website first.
|
Note: These examples show how unpredictable the code can be. You will have to do your own research to figure out what the code is for your favourite online reference websites.
Parent topic: Getting Started