Hi Darren,
VBA is "Visual Basic for Applications" which means that it is specifically
designed for extensing applications, such as FrontPage. Now, where you may
be a bit confused is that FrontPage is a development toolkit for web sites.
So, you can certainly use VBA to extend FrontPage as an application, but you
can't use VBA to work on a web application. FrontPage has some tools for
creating web applications, tools that use VBScript, JavaScript, and a couple
of other languages to create web applications that run on ASP, ASP.net or
Windows SharePoint Services (via a web server). So, if you want to create a
web site form handler, you would use one of those.
--
HTH,
Kevin Spencer
Microsoft MVP
..Net Developer
Ambiguity has a certain quality to it.