If you want to include a link to a web page and you want Netscape Navigator to do it you may want to look at this code. This should work with Netscape Navigator. This function has not yet been tested with Netscape Navigator 6.0.
uses
DDEMan, Registry;
…
procedure StartNetscape(const sURL: string);
const
sNETSCAPE = ‘Netscape’;
var
[...]
Merlin’s Delphi Forge