Click to See Complete Forum and Search --> : Calling a VBScript from a hta


morpheus83uk
06-09-2011, 10:19 AM
Hello,

I am wondering if there is a way of calling a certain function (through vbscript) which is in a HTA file and the call is coming from a HTML file... I will explain more...

HTA File - Contains function to run (I need it here to avoid active X errors as it wil be local)

HTML file - contains the information I need to pass to the HTA function... but runs in an IFRAME inside the HTA...

In the HTML file I would like to be able to call the function like I would normally but from the HTA file and get it to run as the HTA so that it avoids the Active X errors as previously stated.

Does anyone know if this is possible or how I could achive it?

Many Thanks

James