Changes

Jump to: navigation, search

Learning Collaborative Development Lab Fall 2008 Results

52 bytes removed, 10:48, 11 September 2008
no edit summary
{
name: "health",
homepage: "http://webmdmedicinenet.comnet",
author: { name: "Aaron Train", email: "aaron.train@gmail.com" },
description: "Takes keyword phrase and searches WebMD (Web Medical Dictionary)MedicineNet",
help: "health <i>keyword phrase</i>",
icon: "http://imgimages.webmdmedicinenet.com/dtmcms/live/images/faviconfav/webmdMN.ico",
takes: {"Enter a noun": noun_arb_text},
preview: function(pblock, keywordPhrase)
{
pblock.innerHTML = "Search the WebMD MedicineNet by entering any phrase <b>" + keywordPhrase.text + "</b>"
},
execute: function(keywordPhrase)
{
var searchURL = "http://www.webmdmedicinenet.com/search/search_results/default.aspx?query=" + keywordPhrase.text;
Utils.openUrlInBrowser(searchURL);
}
1
edit

Navigation menu