Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. peterpl

    Flush buffer problem with IE?

    Hi! I have a small example script to describe my problem. #!perl -w $|=1; print "Content-type: text/html\n\n"; print "<HTML><HEAD><TITLE>Test</TITLE>"; print "</HEAD><BODY><H2>Menu</H2>"; print "Wait 5 sec...<br>"; sleep 5; print "Done!<br></BODY></HTML>"; My script is on an IIS web-server...

Part and Inventory Search

Back
Top