Sign in
Mark Brown's Blog
TFS, Visual Studio, SQL Server, BizTalk, SharePoint, .Net, and more ...
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
Excel
Hyper-V
IIS
Internet Explorer
Pages
Perl
Project
Reporting Services
SharePoint
SQL Server
Virtual Server
Visual Studio
Windows Server 2008
Browse by Tags
MSDN Blogs
>
Mark Brown's Blog
>
All Tags
>
internet explorer
Tagged Content List
Blog Post:
How to close window (self) without prompting in IE6 and IE7
MarkABrown
Scenario Web application wants to pop-up a window as a certain size, chromeless, etc. However doesn't want to have the opening (parent) window show. Common usages are launching from shortcut or an application. Solution In the "parent" page that launches the popup. Put the following code to close your...
on
25 Aug 2009
Blog Post:
How to autoresize parent frame height from child frame
MarkABrown
Scenario A parent document contains a frame that loads a file which content is dynamic and you want the frame to not scroll and autosize the height of the frame. Solution function autoResizeParent() { // if no parent don't attempt to change if (parent != null) { var frameList = parent...
on
12 Jun 2009
Blog Post:
How to recycle a IIS6 website in Windows Server 2003 SP1
MarkABrown
Many clients I have worked with simply use the IISReset.exe command to recycle applications. Although this may have the desired affect sometimes, there are many alternatives that are better. By no means is this an exhaustive list but will give you some options when a specific website is causing problems...
on
20 Apr 2009
Blog Post:
ASP.NET 2.0 Web Part vs Sharepoint 2007 Web Parts
MarkABrown
So what is the deal with ASP.NET web parts and SharePoint web parts? Well, glad you asked. I am not an authoritative source but thought I would document a few links since an associate of mine was asking and I was curious. Resources Sharepoint Web Parts Overview http://msdn2.microsoft.com/en...
on
28 Feb 2007
Blog Post:
Sending Excel 97/XP/2000/2003/2007 Output from ASP.NET 2.0
MarkABrown
I know there are several articles on the internet describing varous methods to send excel output from ASP.net. Additional, there are many great third party tools as well. I needed to do something simple and lightweight so I expanded on some examples. I needed to do some formating and embed and image...
on
20 Feb 2007
Blog Post:
Problem (Bug) with IE7 Beta and VS2005 Build Style (CSS) Builder
MarkABrown
For those running Visual Studio 2005 (VS2005) along side Internet Explorer 7 (IE7) Beta you may have noticed that the VS2005 CSS editor pops up then disappears immediately. You can reproduce by right click on a style in a CSS file and choose "Build Style". As with any Beta release challenges and compatibilities...
on
26 Mar 2006
Page 1 of 1 (6 items)