PtWebClient - reloading a single frame

I’m running an application that uses a PtWebClient to display some data.
I’m using the Opera Browser.
The HTML page I would like to display consists of some FRAMES.
Is it possible to do a reload of a specififc FRAME within the displayed
page?
I couldn’t find any hint how to do this (within the Widget documentation).
any hints?
TIA
hp

Hello hp,

Unfortunately you can´t reload a specific frame within your PtWebClient
code. If the HTML you´re loading is your own, you may be able to force
a reload within your HTML. Otherwise you can reload the whole page with
Pt_ARG_WEB_RELOAD.

I hope this helps,
Dave B.


HP Reichert wrote:

I’m running an application that uses a PtWebClient to display some data.
I’m using the Opera Browser.
The HTML page I would like to display consists of some FRAMES.
Is it possible to do a reload of a specififc FRAME within the displayed
page?
I couldn’t find any hint how to do this (within the Widget documentation).
any hints?
TIA
hp