View Full Version : Ok, Im stuck
Wraith
05-17-2001, 09:31 AM
I have been trying to write scripts in html files, but anything i do which involves creating objects fails to work. I keep getting the error "Object required: WScript". I can get things to work okay in .vbs and .js files, but not in html. What am i doing wrong?
Thanks
Robert
RWSchlatter
05-17-2001, 11:52 PM
WScript is the WSH host in the windowing version (the other is CSript for command line).
You may not have the complete environment (part of scriptinig was an option when installing IE). To get everything go to:
<a target="_blank" href=http://msdn.microsoft.com/scripting/>http://msdn.microsoft.com/scripting/</a>
The other interpretation is:
Using a HTLM page, a web page, your processing environment is the web browser (e.g. IE), and not your Windows OS. Within your browser you are living in a protected world as specified by your security zone and the other Internet Options settings. You may be trying to use a feature that is not supported within the browser. Check the current documentation on the subject of Trust Policies.
______________
Regards - Richard
vBulletin® v3.8.1, Copyright ©2000-2009, Jelsoft Enterprises Ltd.