Code location

  • Thread starter Thread starter Robert Scheer
  • Start date Start date
R

Robert Scheer

Hi.

Suppose I have a button on page A. When I click this button I need to
run code that is located on page's B .vb file. This page B is the src
of an Iframe. Is it possible?

Thanks,

Robert Scheer
 
You could create an instance of Page B's class, but it wouldn't be the same
instance that is loaded in the IFrame so I suspect it wouldn't do you much
good.
 
Back
Top