Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript_howto thread: Access Denied Error Message


Message #1 by "Amardeep Kanwar" <amardeep@h...> on Thu, 9 May 2002 01:05:25
Hi,

I opened my window using window.open, However, I found the answer
If I put the main window document on a server and access it via http: the problem
goes away, it is just on my local hard disk that it is not working.
Actually, I found my answer from this url link:
http://www.dannyg.com/javascript/jsminifaq.html

Thanks for your help.

Amardeep

Oleg Kapeljushnik wrote:

> I don't know if I asked you or in other thread so I'll ask it again.
> Do you open your window using  window.open or window.showModal... ?
>
> If you can send me those 2 HTML files I'll take a look.
>
> Oleg.
>
> -----Original Message-----
> From: Amardeep Kanwar [mailto:amardeep@h...]
> Sent: May 09, 2002 11:41 AM
> To: JavaScript HowTo
> Subject: [javascript_howto] RE: Access Denied Error Message
>
> Hi,
>
> That is not the case however, I have two html files in my documents folder.
> What else
> could cause this. When I use the debugger it tells me that error is in line
> widow.opener..... For some reason it is not passing the value from one
> window to
> another. I am really frustrated with this, as my code works perfectly fine
> in
> Netscape and not in windows. Is there any solution.
>
> Thanks
>
> Amardeep Kanwar
>
> Oleg Kapeljushnik wrote:
>
> > Usually you can get this error when you trying to pass values
> > to different domain.
> > For example you website is www.website1.com and you trying to pass values
> to
> > different domain like www.website2.com.
> >
> > Oleg.
> >
> > -----Original Message-----
> > From: Amardeep Kanwar [mailto:amardeep@h...]
> > Sent: May 09, 2002 1:05 AM
> > To: JavaScript HowTo
> > Subject: [javascript_howto] Access Denied Error Message
> >
> > Why does IE give Access Denied Error Message when a pop window tries to
> pass
> > value in the
> > parent. With netscape it works fine. What could be the problem.
> >
> > ---
> >
> > Improve your web design skills with these new books from Glasshaus.
> >
> > Usable Web Menus
> > http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
> > r-20
> > Constructing Accessible Web Sites
> > http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
> > r-20
> > Practical JavaScript for the Usable Web
> > http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
> > r-20
> >
> > ---
> >
> > Improve your web design skills with these new books from Glasshaus.
> >
> > Usable Web Menus
> > http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
> > r-20
> > Constructing Accessible Web Sites
> > http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
> > r-20
> > Practical JavaScript for the Usable Web
> > http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
> > r-20
>
> ---
>
> Improve your web design skills with these new books from Glasshaus.
>
> Usable Web Menus
> http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
> r-20
> Constructing Accessible Web Sites
> http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
> r-20
> Practical JavaScript for the Usable Web
> http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
> r-20
>
> ---
>
> Improve your web design skills with these new books from Glasshaus.
>
> Usable Web Menus
> http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
> r-20
> Constructing Accessible Web Sites
> http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
> r-20
> Practical JavaScript for the Usable Web
> http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
> r-20


  Return to Index