Why all my links opening in a new Window?(为什么我的所有链接都在新窗口中打开?)
问题描述
Recently i upgraded a web project from Framework 2.0 to 4.0
On my main page there are several links. Upon clicking on them it opens within the same window.
There is one link to a page which contains a Crystal Report Viewer. Once i visit that page and return back to the main page, after that clicking on any link opens it in a new window !!
I double checked my urls, there is nothing wrong with them.
What is causing this behaviour ? and how do i prevent this ?
NOTE : The pages load inside a frame
thanks
EDIT : This happens in IE only
EDIT 2 : I also tried suggestion by Krik in this post ASP.NET child window opens up on a new window on every post back and added <base target="_self">
but it is not working.
EDIT 3 : This how my links are
<a class="MenuLinks" target="display" href="../REP/LdgrRep.aspx?pageId=34&mId=1&subModuelId=3">Party Ledger</a>
where display
being the name of my frame.
You mention the name of your frame is display. Also make sure to set the id to display too.
This may explain your issue. Some browsers work with both name and id for this and some don't.
这篇关于为什么我的所有链接都在新窗口中打开?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:为什么我的所有链接都在新窗口中打开?


- Windows 喜欢在 LINUX 中使用 MONO 进行服务开发? 2022-01-01
- 为什么 C# 中的堆栈大小正好是 1 MB? 2022-01-01
- CanBeNull和ReSharper-将其用于异步任务? 2022-01-01
- Azure Active Directory 与 MVC,客户端和资源标识同一 2022-01-01
- 带问号的 nvarchar 列结果 2022-01-01
- C# 通过连接字符串检索正确的 DbConnection 对象 2022-01-01
- 使用 rss + c# 2022-01-01
- 是否可以在 .Net 3.5 中进行通用控件? 2022-01-01
- 在 LINQ to SQL 中使用 contains() 2022-01-01
- 在 C# 中异步处理项目队列 2022-01-01