Avoiding mixed-mode warnings

This forum is where we'll mirror posts that are of value to the community so they may be more easily found.
Post Reply
User avatar
nickc
Captain (CAPT)
Captain (CAPT)
Posts: 276
Joined: Thu Nov 29, 2007 3:48 pm

Avoiding mixed-mode warnings

Post by nickc » Fri Dec 04, 2009 7:33 am

Here's a handy tip about how to avoid mixed-mode warnings: replace your src="http://..." or src="/..." attributes with src="//...".

More details at http://weblogs.asp.net/jgalloway/archiv ... links.aspx

Cheers,
Nick

Post Reply