Y
yotaxp
Alright, I'll try and word this as clearly as possible. Let's say my
application (APP) is capable of opening browser windows (WIN1 and
WIN2). Once open, the browser windows are capable of freely sending
text data to the APP. What I am trying to do is to give WIN2 a
reference to WIN1 using mere text strings. Before WIN2 opens, WIN1 has
the opportunity to send the APP information about itself (again, in the
form of text). Is there any information that WIN1 can give to WIN2 so
that WIN2 can reference WIN1? Can the window's 'name' be used? Are
there other ID variables? Is it possible for WIN1 to convert its
'window' reference into an 'int' pointing to the object? If so, can
WIN2 convert that back into a reference?
Whew. Thanks.
application (APP) is capable of opening browser windows (WIN1 and
WIN2). Once open, the browser windows are capable of freely sending
text data to the APP. What I am trying to do is to give WIN2 a
reference to WIN1 using mere text strings. Before WIN2 opens, WIN1 has
the opportunity to send the APP information about itself (again, in the
form of text). Is there any information that WIN1 can give to WIN2 so
that WIN2 can reference WIN1? Can the window's 'name' be used? Are
there other ID variables? Is it possible for WIN1 to convert its
'window' reference into an 'int' pointing to the object? If so, can
WIN2 convert that back into a reference?
Whew. Thanks.