ASP: page blank after refresh.

Alan Collins alan.collins at pobox.com
Mon May 13 12:03:05 EDT 2002


Hi.

I have followed advice previously posted on this forum to replace
framework.py with the version from win32all-133.  It makes no difference.

The problem:

<%@ LANGUAGE = Python %>
<%
i = 16
%>
<HTML>
<BODY>
<FONT SIZE=<%=i%>>
Hello World!<BR>
</BODY>
</HTML>

Calling up the page works fine the first time.  Do a refresh and you get a
blank screen.  Replace language Python with VBSCRIPT and the refresh works
perfectly.

Technical particulars:  Windows XP, IE6, Python 2.2.1 build 222,
ActivePython 2.2.

I'd rather not switch to vbscript so I'd appreciate any help you can give.

Many thanks,
Alan.





More information about the Python-list mailing list