Would it be possible to read the contents of an iexplore web page using DDE? Like, suppose I wanted to make a script to pull a definition off of
www.dictionary.com... something like:
alias /def {
/dde iexplore WWW_OpenURL
http://dictionary.reference.com/search?q= $+ $replace($1-,$chr(32),% $+ 20)
}
That would OPEN the page, right? How could I read its contents, though?