I've used QBasic for years, but still know just enough to be dangerous. Can I get any suggestions for writing CGI in QBasic?<br><br>I tried this to test:<br><br>PRINT "Content-Type: text/html"<br>PRINT<br>PRINT "<HEAD><TITLE>This is a test.</TITLE></HEAD>"<br>PRINT "<BODY>"<br>PRINT "</BODY>"<br><br>I'd assumed that when called it would spit out a simple web page. Instead, it glitches out, and won't run on the server, so I obviously have the wrong idea of how CGIs work. Could someone give me a hand here?<br><br>By-the-way, I've tried getting into that <A HREF=" TARGET="_new"> site, and it doesn't work.<br><br>-Javin