by Eric <englere_geo@[EMAIL PROTECTED]
>
Apr 27, 2007 at 02:13 PM
On Apr 27, 4:52 am, "Anonymous" <s...@[EMAIL PROTECTED]
> wrote:
> After having launched the user's default web browser - from a PBWIN
> application - I would like to place some text in a text box on the
site,
> that are launced,
Why not create an HTML file first, and then launch that?
<html>
<body>
<h1>Hello World</h1>
</body>
</html>
It's going to be much harder it you need to dynamically interact with
a user via the web browser. Web developers earn every penny they make.
Eric