S
svd
Hi all,
First off, I'm developing in VB.NET 2003.
I would like to have a button on Company A's web page display Company B's
web page in a popup window. It needs to pass a serialzed class object to the
popup web page, which can be picked up in its pageload() hander. Further,
closing the popup should return a serialized class object. I'm fine with the
serialization part, just confused over the popup and passing data part.
I think this can only be accomlished using javascript and a hidden field on
each web page. I tried a number of examples, but could never get any of them
to run properly.
Any help would be greatly appreaciated.
Thanks,
Steve
First off, I'm developing in VB.NET 2003.
I would like to have a button on Company A's web page display Company B's
web page in a popup window. It needs to pass a serialzed class object to the
popup web page, which can be picked up in its pageload() hander. Further,
closing the popup should return a serialized class object. I'm fine with the
serialization part, just confused over the popup and passing data part.
I think this can only be accomlished using javascript and a hidden field on
each web page. I tried a number of examples, but could never get any of them
to run properly.
Any help would be greatly appreaciated.
Thanks,
Steve