How browsers interpret web pages
Anybody know why this simulation of web server is correctly interpreted in IE9, but display full (uninterpereted) content of the file in the Chrome? for /l %a in (1,0,2) do site.txt | nc -w 1 -l -p 888 | findstr "postText" content of file site.txt: ------------------------------------------------------------ echo HTTP/1.0 200 OK <html> <head> <title>hello</title> </head> <body> <h1>hello world</h1> <form method="post"> send something: <input type="text" name="postText"/> <input type="submit" value="Submit" /> </form> </body> </html> -------------------------------------------------------------
February 9th, 2013 9:36pm

Hi, For questions about html, css and scripting, please post to the Internet Explorer Development forum. The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.Tracy Cai TechNet Community Support
Free Windows Admin Tool Kit Click here and download it now
February 11th, 2013 10:54am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics