Subj : Re: mix C++ with HTML? To : borland.public.cpp.borlandcpp From : "Tim Jackson" Date : Mon Aug 18 2003 11:16 am "Rob C." wrote in message news:3f3e65a7$1@newsgroups.borland.com... > > is this possible? If you mean writing C++ scripts to execute inside an HTML page on the web, you can basically only run C++ code on the server because the client doesn't have the wherewithal to compile it, and you can't automatically execute an ..EXE on the client for security reasons. This is what Java is for - a Java interpreter is built into web browsers and provides C++-like features. Tim Jackson .