Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > microsoft.public.scripting.vbscript > #11899
| From | "Mayayana" <mayayana@invalid.nospam> |
|---|---|
| Newsgroups | microsoft.public.scripting.vbscript |
| Subject | Re: ie automation |
| Date | 2018-04-17 10:39 -0400 |
| Organization | A noiseless patient Spider |
| Message-ID | <pb5110$6hb$1@dont-email.me> (permalink) |
| References | <ecdf55bb-9fe4-4451-a134-7abe3d845254@googlegroups.com> <7895bece-c24a-4eb8-8a81-740ae3854814@googlegroups.com> |
<gerald.bell@pnmac.com> wrote | Hi. Simply trying to call the validation event behind the dropdown. But since this is a selectize dropdown, there is no OnClick event. Here is some info on selectized dropdowns: | https://github.com/selectize/selectize.js/blob/master/docs/api.md | Notice there is no Onclick event. I am simply trying to call maybe the getOption() event. But when I use the followingin my vbscript file I am getting a "object doesn't support this property or method" error. | You're on your own with that. It's a wrapper that has nothing to do with IE directly, and nothing to do with VBS. You'll need the selectize.js docs, if there are any. You'll probably want to ask in a forum for javascript "libraries". That's a whole different world: People with little scripting experience who are trying to set up interactive websites. From what I've seen it seems to be a semi-WYSIWYG scenario: People trading snippets of code to accomplish specific things, using vastly complex js wrappers. This group is for people who are actually doing the scripting themselves, and using VBS. Many people here know about the IE document object model, but that doesn't help you if you're using a custom wrapper.
Back to microsoft.public.scripting.vbscript | Previous | Next — Previous in thread | Find similar | Unroll thread
ie automation gerald.bell@pnmac.com - 2018-04-16 10:57 -0700
Re: ie automation "Mayayana" <mayayana@invalid.nospam> - 2018-04-16 19:09 -0400
Re: ie automation "Mayayana" <mayayana@invalid.nospam> - 2018-04-16 21:50 -0400
Re: ie automation JJ <jj4public@vfemail.net> - 2018-04-17 16:35 +0700
Re: ie automation gerald.bell@pnmac.com - 2018-04-17 05:48 -0700
Re: ie automation "Mayayana" <mayayana@invalid.nospam> - 2018-04-17 09:42 -0400
Re: ie automation gerald.bell@pnmac.com - 2018-04-17 06:59 -0700
Re: ie automation gerald.bell@pnmac.com - 2018-04-17 07:33 -0700
Re: ie automation gerald.bell@pnmac.com - 2018-04-17 07:39 -0700
Re: ie automation "Mayayana" <mayayana@invalid.nospam> - 2018-04-17 10:39 -0400
csiph-web