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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top