Does anybody know of a free dictionary script where I can put grab a definition of variable words without all the formatting, advertising, branding and extra stuff that sites like dictionary.com have?
What Im trying to do is return dictionary definitions on my site without the user having to get go elsewhere.
Im going to create an html page with a script that will read the word needing to be defined in the url through being passed through using a variable; ie: mysite.com/definition.htm?w=goober
I just need to find a service where I can take the variable, like goober, and stick it into a tag to load up a definition provided by a remote host. On a real basic level, something like this.
Code:
<html>
<p>This is my web page.</p>
<p>The definition of <script>document.write(word);</script> is as follows:</p>
<p><script src=http://www.somesite.com/+word+/></script>
</html>
Dict.org looks promising, but I cant figure it out
Bookmarks