Discussion:
Web Question.PB/WIN 8.03
(too old to reply)
Anonymous
2007-04-27 08:52:29 UTC
Permalink
Hello,

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, but I have no clue how to do that. Maybe I need some COM
to do it, but to me COM is rather like Chinese.

So if someone have some tips to get me started I would - of course -
appreciate that.

Thanks for your time!
--
Eric
2007-04-27 21:13:51 UTC
Permalink
Post by Anonymous
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

Loading...