Search the web
Sign In
New User? Sign Up
validation · Techniques for HTML form validation
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
for Matt Frank: ActiveX Dictionary Object problem?   Message List  
Reply | Forward Message #280 of 427 |
Re: [validation] for Matt Frank: ActiveX Dictionary Object problem?

that's what i discovered happening. the scripting dictionary is
unnecessary. you might try using the simple javascript array indexed by
strings; or you can use an Object to hold your data if the array doesn't
work. it's simple and fast enough.

var dictionary = new Object();
dictionary["key1"] = value1;
...

or

var dictionary = new Array();
dictionary["key1"] = value1;


it depends on what you want to do with the keys and values.




----Original Message Follows----
From: "mishigas <ethan@...>" <ethan@...>
Reply-To: validation@yahoogroups.com
To: validation@yahoogroups.com
Subject: [validation] for Matt Frank: ActiveX Dictionary Object problem?
Date: Sat, 01 Mar 2003 02:01:06 -0000

Hi Matt,
In the release notes for the multi-lanuage validation script, you
write "Fixed automation server error many clients were experiencing
due to use of the 'Scripting.Dictionary' ActiveXObject." I'm working
on a web site, and a few people have reported a problem with the
dictionary object as well. Basically, this javascript call fails:

new ActiveXObject("Scripting.Dictionary");

despite the fact that those people are using systems on which it
should succeed. Is that the same problem you were experiencing? If
so, would you mind sharing what you did to fix it? Thanks very much!

Ethan Diamond



_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE*
http://join.msn.com/?page=features/virus




Tue Mar 4, 2003 1:07 am

somematt
Offline Offline
Send Email Send Email

Forward
Message #280 of 427 |
Expand Messages Author Sort by Date

Hi Matt, In the release notes for the multi-lanuage validation script, you write "Fixed automation server error many clients were experiencing due to use of...
mishigas <ethan@...>
mishigas
Offline Send Email
Mar 1, 2003
2:01 am

that's what i discovered happening. the scripting dictionary is unnecessary. you might try using the simple javascript array indexed by strings; or you can...
Matthew Frank
somematt
Offline Send Email
Mar 4, 2003
1:07 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help