If I do this     in my html javascript
window.location.reload( true );

I get the following error.  Can anyone tell me why?


Traceback (most recent call last):
  File "C:\Python26\lib\site-packages\django\core\servers
\basehttp.py", line 281, in run
    self.finish_response()
  File "C:\Python26\lib\site-packages\django\core\servers
\basehttp.py", line 321, in finish_response
    self.write(data)
  File "C:\Python26\lib\site-packages\django\core\servers
\basehttp.py", line 400, in write
    self.send_headers()
  File "C:\Python26\lib\site-packages\django\core\servers
\basehttp.py", line 464, in send_headers
    self.send_preamble()
  File "C:\Python26\lib\site-packages\django\core\servers
\basehttp.py", line 382, in send_preamble
    'Date: %s\r\n' % http_date()
  File "C:\Python26\Lib\socket.py", line 297, in write
    self.flush()
  File "C:\Python26\Lib\socket.py", line 284, in flush
    self._sock.sendall(buffer)
error: [Errno 10053] An established connection was aborted by the
software in your host machine

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to