Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / Browsers / Internet Explorer / January 2007



Tip: Looking for answers? Try searching our database.

response.redirect dont work ie7 ?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
DAG - 23 Jan 2007 13:31 GMT
response.redirect dont work ie7 if the http headers are written ?
(sorry I dont speach english)
DAG - 29 Jan 2007 11:43 GMT
* default.asp
<%
Const n = 4
If len(Session("i")) < n Then
Response.Redirect "second.asp"
End If
%>
<HTML>
<HEAD>
<TITLE>Test "Response.Redirect" su "Internet Explorer 7"</TITLE>
</HEAD>
<BODY>
<% = Session("i") %>
</BODY>
</HTML>

*second.asp
<%
Session("i") = Session("i") & "X"
Response.Redirect "default.asp"
%>

Try
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.