473,398 Members | 2,380 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

Browser in ASP.net Page?

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.
Oct 22 '08 #1
2 1506
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.

"randy.buchholz" <ra************@dads.state.tx.uswrote in message
news:%2****************@TK2MSFTNGP04.phx.gbl...
>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.
Oct 23 '08 #2
That did it. The '_top' is what I needed. Thanks.
"George" <no*****@comcast.netwrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...
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.

"randy.buchholz" <ra************@dads.state.tx.uswrote in message
news:%2****************@TK2MSFTNGP04.phx.gbl...
>>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.

Oct 23 '08 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

21
by: Tony Marston | last post by:
If the use of the browser's BACK button is interfering with the operation of your web application then take a look at this article entitle "Back Button Blues" ...
7
by: Szar | last post by:
JS noob. I've seen plenty of browser detection scripts but they all seem to be slightly different and don't really fit my needs. I have various places where if the browser is IE I'd like to display...
12
by: Kepler | last post by:
How do you get the height of the client browser in IE? Both document.body.clientHeight and document.body.offsetHeight return the height of the document. If the page is long and there's a vertical...
6
by: Biguana | last post by:
Hi, Just wondering if anyone can help here. We have a site where most of the site opens in a window with no toolbars or menubar: window.open('mypage.aspx','self','toolbar=0, menubar=0, etc,...
6
by: hb | last post by:
Hi, Would you please tell me how to detect if the client's browser is closed? I need such event to trigger a database modification. Thank you hb
15
by: tshad | last post by:
I was looking for a way to handle refreshes (user pressed refresh button) and found a piece of code to check if a Web page was refreshed but I can't get it to work. The code is:...
1
by: Nalaka | last post by:
I had ..... <%@ OutputCache Duration="5000" Location="Server" VaryByParam="none" %> Then I added "browser" <%@ OutputCache Duration="5000" Location="Server" VaryByParam="none"...
0
by: toeffetommy | last post by:
Hello, I need a piece of functionality developed for our Website and I need some technical advice on how get there. Essentially, what I want to develop is a browser-within-browser...
6
by: ernesto.tejeda | last post by:
Hello, I have a couple of questions regarding the loading of .js files for the browser and would like anyone to point me wher to find the answer (or if you know the answer and tell me will do just...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.