PDA

View Full Version : Call External VBScript Procedures from HTML


keisuke_z
03-30-2007, 07:52 PM
Hi everyone,

I'm working with a server that is enabled to really only run plain old HTML/CSS. - so no ASP/PHP or anything fancy-like... So the site we've built uses some VBScripts that parse data from external XML files to build the page's content, but for ease of administration and maintaining some form of IC control, we'd like to store all the VBScripts as procedures in an external VBS file, and just "call" them from within the HTML. Has anyone done this before? We haven't been able to figure out how to get the script file to be included correctly... and to be honest, we don't have a whole lot of knowledge in this area either =( Any help you can offer would be greatly appreciated!!

Thanks!
Zeph

firepages
04-01-2007, 02:12 PM
as procedures in an external VBS file, and just "call" them from within the HTML

`call them` client side or server side ? , if server side then you may as well use ASP since thats one way to describe what you want to do.

If client side .. then I don't see how that will work past even IE's security model.