Redirect to a control rather than a browser

G

Guest

VB2003 / ASP.Net1.1

I have a web application which I cannot modify, it works fine as a is.
I need to be able to call this app from another web app however I do not
want it to appear in a browser but rather in a user control present on the
calling web application. This will let me add help and other info to the page.

So what I need is to run the called app in one of maybe 3-4 controls in the
calling app.

Is this possible?

guy
 
H

Hans Kesting

VB2003 / ASP.Net1.1
I have a web application which I cannot modify, it works fine as a is.
I need to be able to call this app from another web app however I do not
want it to appear in a browser but rather in a user control present on the
calling web application. This will let me add help and other info to the
page.

So what I need is to run the called app in one of maybe 3-4 controls in the
calling app.

Is this possible?

guy

You can't isolate "a few controls" of that site, as the controls don't
exist (as such) in the returned html.
What you (maybe) *can* do is run that site inside an iframe. But it
might be difficult to "control" that iframe: you probably can't access
it via javascript as it is a different site.

Hans Kesting
 
G

Guest

Hans Kesting said:
You can't isolate "a few controls" of that site, as the controls don't
exist (as such) in the returned html.
What you (maybe) *can* do is run that site inside an iframe. But it
might be difficult to "control" that iframe: you probably can't access
it via javascript as it is a different site.

Hans Kesting

Thanks Hans,

Iframe is what I was looking for

guy
 

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

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top