Windows Vista Tips

Windows Vista Tips > Newsgroups > Internet Explorer > VBScript in IE8

Reply
Thread Tools Display Modes

VBScript in IE8

 
 
denise
Guest
Posts: n/a

 
      01-05-2010
I have a vbscript which is like below:

Dim manager
Set manager = CreateObject("PCOMM.autECLConnMgr")
...

It is working fine in IE7, but once I upgraded to IE8, it is not working
anymore.
I tried to search for solution but couldnt get it. Is there any solutions on
it?

Thanks.
 
Reply With Quote
 
 
 
 
PA Bear [MS MVP]
Guest
Posts: n/a

 
      01-05-2010
Developer-specific resources include:

MSDN IE Development Forums <=post such questions here instead
http://social.msdn.microsoft.com/for...iedevelopment/

IE Developer Center
http://msdn.microsoft.com/en-us/ie/default.aspx

Learn IE8
http://msdn.microsoft.com/en-us/ie/aa740473.aspx

HTML and DHTML Overviews and Tutorials
http://msdn.microsoft.com/en-us/library/ms537623.aspx and

Cascading Style Sheets (CSS)
http://msdn2.microsoft.com/en-us/ie/aa740476.aspx

Expression Web SuperPreview for Internet Explorer (free, stand-alone visual
debugging tool for IE6, IE7, and IE8)
http://www.microsoft.com/downloads/d...b-dccff3fae677

Expression Web SuperPreview Release Notes
http://www.microsoft.com/expression/...easeNotes.aspx

Validators:
http://validator.w3.org/
http://jigsaw.w3.org/css-validator/


denise wrote:
> I have a vbscript which is like below:
>
> Dim manager
> Set manager = CreateObject("PCOMM.autECLConnMgr")
> ..
>
> It is working fine in IE7, but once I upgraded to IE8, it is not working
> anymore.
> I tried to search for solution but couldnt get it. Is there any solutions
> on
> it?
>
> Thanks.


 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need vbscript to update local machine JykkeH Windows Update 1 12-31-2009 10:56 PM
ADMT command line or vbscript syntax in OU Scan le Gentil Active Directory 1 12-01-2009 09:24 AM
Setting Word PageSetup with vbScript Dave A. Scripting 5 10-28-2009 08:14 AM
Windows VBscript 5.6 DC Windows Vista Installation 8 06-18-2009 03:31 PM
vbscript error chriskli21 Windows Vista Installation 10 05-23-2008 07:06 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59