I after some help - I'm having problems PayPal and
XbpHTMLViewer/IWebBrowser2 (the activex internet exploder)
I've got the eBay signin/bidding etc working OK, using
XbpHTMLViewer/IWebBrowser2, it ended up (after many many hours) being
relatively easy.
ie to bid on eBay :-
oHTMLbid:document:forms:namedItem('PlaceBid'):elements:namedItem('maxbid'):value
:= Max_Bid
oHTMLbid:document:forms:namedItem('PlaceBid'):submit()
Unfortunately is much messier, as they use (thousands of lines of)
Java, I've looked at the pageSource, and I think the relevant code
snippet is :-
<div class="CentralArea" id="CentralArea"><div><form name="pageForm"
id="pageForm" method="post" action="https://payments.ebay.com... (full
URL) ....
I assume, to PRESS the CONFIRM button, I have to respond to the item
pageForm and post a Java response to IWebBrowser2.
However, as I haven't (yet) done any Java programming, I would really
really like a pointer to where to start, after 30 years programming I
can usually handle the niitty gritty after a small initial nudge in
the (hopefully) right direction.
Thanks - I've included the full pagesource FYI