Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > microsoft.public.scripting.vbscript > #12056
| From | "Mayayana" <mayayana@invalid.nospam> |
|---|---|
| Newsgroups | microsoft.public.scripting.vbscript |
| Subject | Re: Select All and Copy to clipboard web page with VBScript |
| Date | 2019-02-01 19:14 -0500 |
| Organization | A noiseless patient Spider |
| Message-ID | <q32nfv$n1l$1@dont-email.me> (permalink) |
| References | (5 earlier) <1x5punk0fd6dh.trc75bdws3g0$.dlg@40tude.net> <XnsA9E865AE9FD45eejj99@194.109.6.166> <5gealiht1jxb$.1s30t9kqck5oo.dlg@40tude.net> <q31im8$tgc$1@dont-email.me> <XnsA9E9E9225AAB1eejj99@194.109.6.166> |
"Evertjan." <exxjxw.hannivoort@inter.nl.net> wrote | The Javascript script I showed works very well on browsers | that support Javascript strict, no neeed for me to test that. | Except this is a VBScript group and we're talking about IE. If you can't be botherd to test the script you post then it might be better to just not post it. | There is no "browser scripting standard". | There is standard DOM, which is not the same as IE DOM. That's why my original sample tested for quirks mode. You've demonstrated yourself that you use window.getSelection. Did you not know that IE doesn't support any version of getSelection before IE9? And according to what I can find, window.getSelection is not recommended because it's not consistently supported, but document.getSelection is in IE9+ and other browsers. | As I indicated, I gave the javascript script for consideration, | and presumed that this possibly was about Cscript/Jscript, ?? It's a VBScript group and we were talking about a VBScript way to get clipboard data via IE.
Back to microsoft.public.scripting.vbscript | Previous | Next — Previous in thread | Next in thread | Find similar
Select All and Copy to clipboard web page with VBScript sandcastle10191@gmail.com - 2019-01-30 05:50 -0800
Re: Select All and Copy to clipboard web page with VBScript "Mayayana" <mayayana@invalid.nospam> - 2019-01-30 09:30 -0500
Re: Select All and Copy to clipboard web page with VBScript JJ <jj4public@vfemail.net> - 2019-01-31 12:56 +0700
Re: Select All and Copy to clipboard web page with VBScript "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2019-01-31 09:59 +0100
Re: Select All and Copy to clipboard web page with VBScript JJ <jj4public@vfemail.net> - 2019-02-01 15:44 +0700
Re: Select All and Copy to clipboard web page with VBScript JJ <jj4public@vfemail.net> - 2019-02-01 16:05 +0700
Re: Select All and Copy to clipboard web page with VBScript "Mayayana" <mayayana@invalid.nospam> - 2019-02-01 08:46 -0500
Re: Select All and Copy to clipboard web page with VBScript "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2019-02-01 22:55 +0100
Re: Select All and Copy to clipboard web page with VBScript "Mayayana" <mayayana@invalid.nospam> - 2019-02-01 19:14 -0500
Re: Select All and Copy to clipboard web page with VBScript "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2019-02-02 15:17 +0100
Re: Select All and Copy to clipboard web page with VBScript JJ <jj4public@vfemail.net> - 2019-02-02 05:20 +0700
Re: Select All and Copy to clipboard web page with VBScript "R.Wieser" <address@not.available> - 2019-01-31 10:03 +0100
Re: Select All and Copy to clipboard web page with VBScript "Mayayana" <mayayana@invalid.nospam> - 2019-01-31 09:05 -0500
Re: Select All and Copy to clipboard web page with VBScript "Mayayana" <mayayana@invalid.nospam> - 2019-01-31 11:14 -0500
Re: Select All and Copy to clipboard web page with VBScript JJ <jj4public@vfemail.net> - 2019-02-01 16:30 +0700
Re: Select All and Copy to clipboard web page with VBScript JJ <jj4public@vfemail.net> - 2019-02-01 16:28 +0700
Re: Select All and Copy to clipboard web page with VBScript "Mayayana" <mayayana@invalid.nospam> - 2019-02-01 08:49 -0500
Re: Select All and Copy to clipboard web page with VBScript "Dave \"Crash\" Dummy" <invalid@invalid.invalid> - 2019-01-31 09:06 -0500
csiph-web