Re: Wscript.Echo error in VBS Embeded in HTML
From: Dan Khanseitov (dankh(nospam_at_)mail.ru)
Date: 03/11/05
- Next message: Jim: "Re: Multiple Column Lookup - Dictionary Object?"
- Previous message: Michael Harris \(MVP\): "Re: Wscript.Echo error in VBS Embeded in HTML"
- In reply to: Lost...: "Wscript.Echo error in VBS Embeded in HTML"
- Next in thread: Lost...: "Re: Wscript.Echo error in VBS Embeded in HTML"
- Reply: Lost...: "Re: Wscript.Echo error in VBS Embeded in HTML"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 11 Mar 2005 11:05:33 +0600
Lost... brought next idea :
> Hi All:
>
> I have a script that I am writing that is basicly an HTML file with embeded
> VBS Coding. I am basicly designing the script so that it uses a small
> browser to open and have the user input an User ID & Server name (Via Text
> Input boxes) and when the click the submitt button the script goes off and
> verifies that a user folder is not on a share, and then creates it, shares
> it, permissions and reports to a log any errors. Now here is my problem.
> All of my VBS code is located in one big sub routine that is called when the
> user clicks the button in the browser. Now any time that I try to access
> anything with Wscript (Wscript.sleep or Wscript.echo) If give me an error
> stating "Object Required: Wscript". Any suggestions on how to avoid this so
> that I can use the wscript object. Thanks
>
> Lost
Try to convert your html page to HTA application, it's a better way to
do what you want.
- Next message: Jim: "Re: Multiple Column Lookup - Dictionary Object?"
- Previous message: Michael Harris \(MVP\): "Re: Wscript.Echo error in VBS Embeded in HTML"
- In reply to: Lost...: "Wscript.Echo error in VBS Embeded in HTML"
- Next in thread: Lost...: "Re: Wscript.Echo error in VBS Embeded in HTML"
- Reply: Lost...: "Re: Wscript.Echo error in VBS Embeded in HTML"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|