i have a problem .i am trying to make script in html which make use of some activex object
when every i enter the command
set val = create object ("????")
the explorer ask a question with yes and no button
can i remove i does some body know about it to off that option
Thanks.
Hmm...First off: "Create Object" is usually one word: CreateObject("whatever")

Second: What is this "Question", with the yes or no buttons? It sounds like a Scripting Error Dialog Box ("Do you want to continue running this script?")... Probably caused by your improper syntax with CreateObject

Hope that helps

Simon Templer