I call a cgi through vB and it works fine! Here's how...
In our header template I've put
<!--#include virtual="/<filename>.shtml" -->
(Change <filename> to whatever you want)
Then in the <filename>.shtml, I have the following :
<!--#exec cgi="/cgi-bin/<filename>.cgi" -->
(Again change <filename> to whatever you want)
I've also used a similar trick to keep it within two frames, and that works great too
[Edited by Ciaran on 06-29-2000 at 11:21 AM]