PDA

Click to See Complete Forum and Search --> : Referencing objects on another page


Jason Wallace
Jun 1st, 2000, 12:25 AM
Hi,

I've been pulling my hair out for days on this, anybody have any hints for me?

If I...

Dim MyObj

MyObj = CreateObject("SomeAXDLL.SomeClass")

...in one web page, how is it possible to refer to 'MyObj' in another?

I need to be able to pass the created object to various active X controls on a number of different pages (?so it needs to be client side?).

I've tried PageObjects, Frame(Index).MyObj and <%Server.CreateObjects%>. But I don't know if any of these are the correct approach - or even if it's possible. Any suggestions.

It's driving me nuts. If you can point me in the right direction you might just save my sanity.

Many, many thanks.

Rgds,

Jason Wallace
wallacejason@hotmail.com