Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: IE6 ASP.NET and SSL Problem


Message #1 by "William J Ryan" <wryan@u...> on Thu, 2 May 2002 23:16:14 -0500
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C1F462.652EC1E0
Content-Type: text/plain;
	charset="iso-8859-1"

i know this is a hack, but try this:
 
Redirect using javascript or META tag. 
----------------------------
 
Pag1.asp
<%
....
%>
<script>
location.replace('page2.asp');
</script>
<%
Response.End
%>

-----Original Message-----
From: William J Ryan [mailto:wryan@u...]
Sent: Friday, May 03, 2002 12:16 AM
To: ASPX_Professional
Subject: [aspx_professional] IE6 ASP.NET and SSL Problem


When using response.redirect, or server.transfer to another page within the
same secured folder(SSL) I keep getting the following warning with IE 6.x:
 
"This page contains both secure and non-secure items. Do you want to display
the non-secure items?  Yes/no"
 
However, I don't get the warning when using IE 5.5 or Netscape 6.2.  There
are no images on either of the pages, just an html table and a datagrid
control.  
 
Anyone have any suggestions or ideas as to how to keep the warning box from
popping up in IE6 ?
 
(It occurs on multiple machines using IE6, version 6.0.2600)
 
Bill Ryan
wryan@u...
--- 



  Return to Index