Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Error with JScript in MS IE 8
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Dr J R Stockton  
View profile  
 More options Oct 31 2009, 5:22 pm
Newsgroups: microsoft.public.scripting.jscript
From: Dr J R Stockton <reply0...@merlyn.demon.co.uk>
Date: Sat, 31 Oct 2009 17:22:31 +0000
Local: Sat, Oct 31 2009 5:22 pm
Subject: Error with JScript in MS IE 8
When using MS IE 8, but not when using Firefox Opera Safari Chrome,
having loaded a Web page into an iframe, if that Web page contains the
form <a href="news:/message-ID/">xxx</a>, then, on accessing the
corresponding element of the links array, trying for Link.protocol gives
an "Invalid argument" error.  Link.protocol for a preceding <a
href="news:it.comp.lang.javascript">xxx</a> is accessible, as it is fot
all other <a href...> that I've tried.

Just thought that Microsoft users might like to know.

--
(c) John Stockton, nr London UK.  ?...@merlyn.demon.co.uk  Turnpike v6.05  MIME.
 Web  <URL:http://www.merlyn.demon.co.uk/> - FAQish topics, acronyms, & links.
 In MS OE, choose Tools, Options, Send; select Plain Text for News and E-mail.
     Don't quote more than is needed, and respond after each quoted part.


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David Mark  
View profile  
 More options Nov 2 2009, 3:08 am
Newsgroups: microsoft.public.scripting.jscript
From: David Mark <dmark.cins...@gmail.com>
Date: Sun, 1 Nov 2009 19:08:37 -0800 (PST)
Local: Mon, Nov 2 2009 3:08 am
Subject: Re: Error with JScript in MS IE 8
On Oct 31, 12:22 pm, Dr J R Stockton <reply0...@merlyn.demon.co.uk>
wrote:

> When using MS IE 8, but not when using Firefox Opera Safari Chrome,
> having loaded a Web page into an iframe, if that Web page contains the
> form <a href="news:/message-ID/">xxx</a>, then, on accessing the
> corresponding element of the links array, trying for Link.protocol gives
> an "Invalid argument" error.

Only in an iframe?  ISTM we went over this before with news links in
IE7.  Trying for link.href gave the same result.  IIRC, the link
element is an "unknown" type (typeof Link == 'unknown') for some news
links.  This is not an error in JScript, but an odd (and perfectly
allowable) quirk of an IE host object.  If you fail to avoid this
exception (by whatever means), the error is definitely in your
program.

> Link.protocol for a preceding <a
> href="news:it.comp.lang.javascript">xxx</a> is accessible, as it is fot
> all other <a href...> that I've tried.

> Just thought that Microsoft users might like to know.

There aren't as many of those (meaning people who program IE-only
Javascript) as there are JS programmers who must support IE among the
rest of the browsers.  Why hide this here?

    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dr J R Stockton  
View profile  
 More options Nov 3 2009, 5:26 pm
Newsgroups: microsoft.public.scripting.jscript
From: Dr J R Stockton <reply0...@merlyn.demon.co.uk>
Date: Tue, 3 Nov 2009 17:26:16 +0000
Local: Tues, Nov 3 2009 5:26 pm
Subject: Re: Error with JScript in MS IE 8
In microsoft.public.scripting.jscript message <ab2096af-99a7-49df-
a9c1-23565d485...@b18g2000vbl.googlegroups.com>, Sun, 1 Nov 2009
19:08:37, David Mark <dmark.cins...@gmail.com> posted:

>On Oct 31, 12:22 pm, Dr J R Stockton <reply0...@merlyn.demon.co.uk>
>wrote:
>> When using MS IE 8, but not when using Firefox Opera Safari Chrome,
>> having loaded a Web page into an iframe, if that Web page contains the
>> form <a href="news:/message-ID/">xxx</a>, then, on accessing the
>> corresponding element of the links array, trying for Link.protocol gives
>> an "Invalid argument" error.

>Only in an iframe?

I wrote "into an iframe", meaning "into an iframe".  If I had meant
"only into an iframe", I would have written "only into an iframe" or
something else of similar meaning.

>There aren't as many of those (meaning people who program IE-only
>Javascript) as there are JS programmers who must support IE among the
>rest of the browsers.  Why hide this here?

Elsewhere one meets predominantly those who do not expect MS IE to
behave correctly.  Here one meets those who use only MS software and MS
newsgroups, and has a somewhat greater chance of getting MS aware of the
matter.

On that basis I'll add that, in JScript 5.8.22886 and previously,
for S a string of over 20 digits, parseFloat(), Number(), and unary +
are all correct with S but WRONG BY A FACTOR OF TEN on S+".0".  Or so it
seems to me.

--
 (c) John Stockton, Surrey, UK.  ?...@merlyn.demon.co.uk   Turnpike v6.05   MIME.
 Web  <URL:http://www.merlyn.demon.co.uk/> - FAQish topics, acronyms, & links.
 Proper <= 4-line sig. separator as above, a line exactly "-- " (SonOfRFC1036)
 Do not Mail News to me. Before a reply, quote with ">" or "> " (SonOfRFC1036)


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
jonny  
View profile  
 More options Nov 15 2009, 7:46 am
Newsgroups: microsoft.public.scripting.jscript
From: "jonny" <jo...@what.com>
Date: Sun, 15 Nov 2009 02:46:28 -0500
Local: Sun, Nov 15 2009 7:46 am
Subject: Re: Error with JScript in MS IE 8
Read up access to links
- upper case / lowercase
- "Link.protocol " != javascript, for sake of continuity
- as for forms, forms do not have such elements, the element
must be "innerHTML" of a form element; Think of <img/> not a form element
per se.

"Dr J R Stockton" <reply0...@merlyn.demon.co.uk> wrote in message
news:8i9v8xO4eG8KFwWZ@invalid.uk.co.demon.merlyn.invalid...


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
jonny  
View profile  
 More options Nov 15 2009, 8:03 am
Newsgroups: microsoft.public.scripting.jscript
From: "jonny" <jo...@what.com>
Date: Sun, 15 Nov 2009 03:03:54 -0500
Local: Sun, Nov 15 2009 8:03 am
Subject: Re: Error with JScript in MS IE 8
<a href="news:/message-ID/">xxx</a>

As for your honerable concern about opening groups
from within the browser.

Google bought dejavu a long time ago.

If you would like to put code that shows for everyone,
how they can open / use newsgroups as part of a 'click'
as such, please show an example.

Show an example how to click in a browser and
get a read / write view of e.g. OE.

All other is British nonchalance.

-------------------

And remember, you are as much related to Turing,
as a see shell is to Old Bailey.

"Dr J R Stockton" <reply0...@merlyn.demon.co.uk> wrote in message
news:8i9v8xO4eG8KFwWZ@invalid.uk.co.demon.merlyn.invalid...


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2010 Google