473,408 Members | 2,477 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,408 software developers and data experts.

Please ID this JavaScript error message

This error shows when I check Netscape's "javascript:" . Doesn't seem
to present a problem as the site works OK. Still I would like to get
rid of it.

"Security Error: Content at
http://home.hiwaay.net/~ara36/butter...NBandV101.html
may not load data from about:blank."

Thanks!!
Jul 20 '05 #1
7 1620
Hi,

Albert Spencil wrote:
This error shows when I check Netscape's "javascript:" . Doesn't seem
to present a problem as the site works OK. Still I would like to get
rid of it.

"Security Error: Content at
http://home.hiwaay.net/~ara36/butter...NBandV101.html
may not load data from about:blank."

Thanks!!


This message occurs when a frame tries to access properties of another
frame located in a different domain. This is the case here because you
have one frame in the domain hiwaay.net trying to access properties of a
blank frame (which is local, thus in another domain).

You have probably somewhere in your butterfliesNBandV101 file an attempt
to read or set a property of the blank frame. Without further code, it's
impossible to say what exactly you're doing.

Try testing this page in Mozilla, you might get a better error message
(with line number), though I cannot be 100% sure.

HTH,

Laurent
--
Laurent Bugnion, GalaSoft
Software engineering: http://www.galasoft-LB.ch
Private/Malaysia: http://mypage.bluewin.ch/lbugnion
Support children in Calcutta: http://www.calcutta-espoir.ch

Jul 20 '05 #2
"Laurent Bugnion, GalaSoft" <ga*********@bluewin.ch> wrote in message news:<3f**********@news.bluewin.ch>...
Hi,

Albert Spencil wrote:
This error shows when I check Netscape's "javascript:" . Doesn't seem
to present a problem as the site works OK. Still I would like to get
rid of it.

"Security Error: Content at
http://home.hiwaay.net/~ara36/butter...NBandV101.html
may not load data from about:blank."

Thanks!!


This message occurs when a frame tries to access properties of another
frame located in a different domain. This is the case here because you
have one frame in the domain hiwaay.net trying to access properties of a
blank frame (which is local, thus in another domain).

You have probably somewhere in your butterfliesNBandV101 file an attempt
to read or set a property of the blank frame. Without further code, it's
impossible to say what exactly you're doing.

Try testing this page in Mozilla, you might get a better error message
(with line number), though I cannot be 100% sure.

HTH,

Laurent


---
I am not using frames.
Jul 20 '05 #3
"Laurent Bugnion, GalaSoft" <ga*********@bluewin.ch> wrote in message news:<3f**********@news.bluewin.ch>...
Hi,

Albert Spencil wrote:
This error shows when I check Netscape's "javascript:" . Doesn't seem
to present a problem as the site works OK. Still I would like to get
rid of it.

"Security Error: Content at
http://home.hiwaay.net/~ara36/butter...NBandV101.html
may not load data from about:blank."

Thanks!!


This message occurs when a frame tries to access properties of another
frame located in a different domain. This is the case here because you
have one frame in the domain hiwaay.net trying to access properties of a
blank frame (which is local, thus in another domain).

You have probably somewhere in your butterfliesNBandV101 file an attempt
to read or set a property of the blank frame. Without further code, it's
impossible to say what exactly you're doing.

Try testing this page in Mozilla, you might get a better error message
(with line number), though I cannot be 100% sure.

HTH,

Laurent


---
I am not using frames.
Jul 20 '05 #4
In article <4a*************************@posting.google.com> , ar*****@hiwaay.net
(Albert Spencil) writes:
"Laurent Bugnion, GalaSoft" <ga*********@bluewin.ch> wrote in message
news:<3f**********@news.bluewin.ch>...
Hi,

Albert Spencil wrote:
> This error shows when I check Netscape's "javascript:" . Doesn't seem
> to present a problem as the site works OK. Still I would like to get
> rid of it.
>
> "Security Error: Content at
> http://home.hiwaay.net/~ara36/butter...NBandV101.html
> may not load data from about:blank."
>
> Thanks!!


This message occurs when a frame tries to access properties of another
frame located in a different domain. This is the case here because you
have one frame in the domain hiwaay.net trying to access properties of a
blank frame (which is local, thus in another domain).

You have probably somewhere in your butterfliesNBandV101 file an attempt
to read or set a property of the blank frame. Without further code, it's
impossible to say what exactly you're doing.

Try testing this page in Mozilla, you might get a better error message
(with line number), though I cannot be 100% sure.

HTH,

Laurent


---
I am not using frames.


From your page:

function butterflies(x)
{
var newDoc=
open('','butterflyWindow','height=360,width=350,le ft=150,top=120,scrollbar
s=no');
newDoc.document.open();

When you use open("" without a filename, it opens a window that has a URL of
about:blank. That is technically from a different domain than your actual page
is, and NN4.xx throws it back at you as an error when you try to
open/write/close it because of the different domain issue.
--
Randy
Jul 20 '05 #5
Albert Spencil wrote:
"Security Error: Content at
http://home.hiwaay.net/~ara36/butter...NBandV101.html
may not load data from about:blank."


This translates to:

| Congratulations! You have just run into the Same Origin Policy.
| (I)gnore, ask (G)oogle or post to the (n)ewsgroup? _

Obviously you have not typed G there. Do it now, please.
PointedEars
Jul 20 '05 #6
Thanks to all. And, I have no idea what PointedEars is talking about.
If I am breaking a rule.... please explain.
Jul 20 '05 #7
Albert Spencil wrote:
Thanks to all. And, I have no idea what PointedEars is talking about.
If I am breaking a rule.... please explain.


Some useful tips:

1) Read the group FAQ http://www.jibbering.com/faq/

especially section 2_3 : http://www.jibbering.com/faq/#FAQ2_3

When posting, please quote what you are replying to.

2) As for TwipPointedEars, ignore the idiot. He seems to have this
self-annointed impression that he is the all knowing guru on Usenet but
hes a babbling idiot - ignore him.

--
Randy

Jul 20 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: TeknoCat | last post by:
Hey everyone, I may be repeating myself here, but if someone sent a reply then I missed it, and I can't get Outlook Express to download any messages more than 2 days old. Anyway, I'm having a...
1
by: questionr | last post by:
There is a spell checker function which is written in VB Script. The function works well when tested seperately. But when the function is called from Java Script, the function shows an Error saying...
7
by: Stephen | last post by:
I have some code which I call from a custom validator however I seem to have got the logic wrong and im having trouble figuring out how to write my code to get things to work the way I require....
3
by: Kris van der Mast | last post by:
Hi, I've created a little site for my sports club. In the root folder there are pages that are viewable by every anonymous user but at a certain subfolder my administration pages should be...
1
by: David Van D | last post by:
Hi there, A few weeks until I begin my journey towards a degree in Computer Science at Canterbury University in New Zealand, Anyway the course tutors are going to be teaching us JAVA wth bluej...
1
by: JumpingOffPlace | last post by:
Hi, I'm hoping that the wealth of knowledge here can stop me from spinning my wheels on this syntax error for hours. :) Below is the code, and the error I am recieving.... Code: <!DOCTYPE...
5
by: settyv | last post by:
Hi, Below is the Javascript function that am trying to call from asp:Button control. <script language="javascript"> function ValidateDate(fromDate,toDate) { var fromDate=new Date();
5
by: MattC | last post by:
Hi, I have a webservice that returns a byte for an image. I'd like to disaplay an image while the webservice is being contacted and then once the byte is available show that and remove the...
2
by: Henry Stock | last post by:
I can understand what these error messages are telling me, but I guess I am not sure how to address them all. The bold tag could be handled in a class attribute, but I need a <br/tag inside the...
4
by: mattehz | last post by:
Hey there, I am trying to upload old source files and came across these errors: Warning: Invalid argument supplied for foreach() in /home/mattehz/public_html/acssr/trunk/inc_html.php on line 59...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.