Browser in ASP.net Page?

R

randy.buchholz

I have a tool the generates an html report and uses frames. I am displaying
the report in my ASP.net application. I need to get out of the report and
back to my ASP, but if I put a link on the page it only navigates the one
frame the link is in. Is there a way to embed some type of browser control
in an ASP.net page? Is there any other way to exit the html page? Going
back wil not work as the users may have visited dozens of pages.
 
G

George

Sorry did not understand exactly your question but here is probably an
answer
use target.
<a href="somepage.htm" target="_top">Link Name</a>
This link in IFRAME html will navigate the main page.

<a href="somepage.htm" target="name">Link Name</a>
<iframe name='name' src...>
This link in main page will navigate iframe to somepage.htm

George.
 

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
473,770
Messages
2,569,584
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top