473,661 Members | 2,480 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Move outside results in permission denied?

I will discribe my problem here but the second paragraph will discribe
my setup. I have been working on a project in house and we thouhgt we
were ready to move it outside for the client. However now that it is
outside I get a permission denied error on line 1 char 1. I am using a
simple javascript: parent.scriptna me("argument") call. I have been
swithing all kinds of permisiions with no changes. Any ideas?

I am designing a website that is consumed by another website. Basically
I have a dll which wraps my website with a set of Iframes tags and then
displays inside. There is a dll that catches everything there website
does and passes it to mine. The javascript I am calling resides inside
this dll hence my parent.scriptna me.

Thanks
Shane

Jul 11 '06 #1
4 1549
I have come to the conclusion is is a matter of partial domain names vs
full domain names. (I could be wrong) My subpage thinks its
document.domain is mycompany.com while my parent page which envelopes
this page in an iframe thinks its document.domoma in is
wonderful.mycom pany.com. Is there a way to tell my website on load to
get the whole domain? or inherit it from its creater? (I don't think
the last one will work for security reasons.

BLIZZARDICE wrote:
I will discribe my problem here but the second paragraph will discribe
my setup. I have been working on a project in house and we thouhgt we
were ready to move it outside for the client. However now that it is
outside I get a permission denied error on line 1 char 1. I am using a
simple javascript: parent.scriptna me("argument") call. I have been
swithing all kinds of permisiions with no changes. Any ideas?

I am designing a website that is consumed by another website. Basically
I have a dll which wraps my website with a set of Iframes tags and then
displays inside. There is a dll that catches everything there website
does and passes it to mine. The javascript I am calling resides inside
this dll hence my parent.scriptna me.

Thanks
Shane
Jul 11 '06 #2

BLIZZARDICE wrote:
I have come to the conclusion is is a matter of partial domain names vs
full domain names. (I could be wrong) My subpage thinks its
document.domain is mycompany.com while my parent page which envelopes
this page in an iframe thinks its document.domoma in is
wonderful.mycom pany.com. Is there a way to tell my website on load to
get the whole domain? or inherit it from its creater? (I don't think
the last one will work for security reasons.
You're probably right. Google for "cross frame scripting"

http://msdn.microsoft.com/library/de...g_security.asp

Luck!
Kev

Jul 12 '06 #3
Thanks.
You didnt fix my problem but you remined one of us here about a
function they wrote into the head that stripped out the full domain
name in favor of just the company.com name on page load. That was
needed for a previous project. Good thing I sent everybody else home
for the day.

Shane

Kevin Darling wrote:
BLIZZARDICE wrote:
I have come to the conclusion is is a matter of partial domain names vs
full domain names. (I could be wrong) My subpage thinks its
document.domain is mycompany.com while my parent page which envelopes
this page in an iframe thinks its document.domoma in is
wonderful.mycom pany.com. Is there a way to tell my website on load to
get the whole domain? or inherit it from its creater? (I don't think
the last one will work for security reasons.

You're probably right. Google for "cross frame scripting"

http://msdn.microsoft.com/library/de...g_security.asp

Luck!
Kev
Jul 12 '06 #4

BLIZZARDICE wrote:
Kevin Darling wrote:
You're probably right. Google for "cross frame scripting"

http://msdn.microsoft.com/library/de...g_security.asp
Thanks.
Welcome, but be aware that top-posting in replies will get you cremated
around here :-)
You didnt fix my problem but you remined one of us here about a
function they wrote into the head that stripped out the full domain
name in favor of just the company.com name on page load. That was
needed for a previous project. Good thing I sent everybody else home
for the day.
The link I gave above at MSDN also mentions the ability to set
document.domain in each page, so that you don't have to do your head
trick.

Best, Kev

Jul 12 '06 #5

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

Similar topics

7
13960
by: Stéphane Ninin | last post by:
Hello world, I am fighting with what is probably a stupid problem. In a wxpython GUI, here is a method which must read a file, and if the file is not correctly formed rename it and create a new file: (I have removed most of the logic of the code here, so I am not sure it's going to be helpful)
11
21088
by: Richard Muller | last post by:
Hi, I new to ASP. I have a problem with an ASP script opening a file for writing on my server. Here's how I got to this error: I downloaded a neat FileUpload ASP example from http://www.asp101.com/articles/jacob/scriptupload.asp. I copied to my wwwroot folder on my Win2000AS/SP4 server: - main .asp file
6
7865
by: Jon Montana | last post by:
CDONTS was working well until I installed Exchange 2000. I thought it might be a relay problem, but I allowed the server IP address to relay. Thanks for anything you can offer. here's the error: HTTP 500.100 - Internal Server Error - ASP error Internet Information Services
1
4318
by: Mark E. Hamilton | last post by:
Sorry, I probably should have re-stated the problem: We're using Python 2.3.5 on AIX 5.2, and get the follow error messages from some of our code. I haven't yet tracked down exactly where it's coming from: sem_trywait: Permission denied sem_wait: Permission denied sem_post: Permission denied
10
4582
by: Florian G. Pflug | last post by:
Hi I installed a postgres-application (which was developed on debian woody) on red hat 9 today, using the postgres 7.3 rpms from redhad. One of my the triggers uses the pg_settings table (more precisely, it updates that table to change the search_path temporarily). With the postgres 7.3 (and 7.4 too) installed on my debian development system, this worked fine. On redhat 9, however, I get an "pg_settings: permission denied" error when my...
1
2991
by: Todd7 | last post by:
I am writing a python program to load a pdf file into an IEHtmlWindow which displays it through adobe acrobat reader 7. Depending on the buttons the user clicks, the program moves it to another subdirectory with a new name. I am using python 2.4 with wxpython 2.6 on a windowsxp machine. I encounter a permission denied error when trying to move the file. It appears to be caused due to the loading of the pdf file into the IEHtmlWindow....
4
9085
by: stephen | last post by:
Hi, I am getting an error while trying to create an excel file. "Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file. Exception Details: System.Security.SecurityException: Permission denied" This is what I am doing. we had an app that...
0
3195
by: debug03 | last post by:
I am executing a DTS package on a Windows 2000 sp4 server running SQL Server 2000 and IBM DB2 V7 client. The DTS package source data(SQL Server) is selected from SQL server table and inserts data to the destination table(DB2). I get the following error when the package is executed: The execution of the following DTS Package succeeded: Package Name: PEX2-CopyQualDatatoDB2-UAT Package Description: (null) Package ID:...
4
2662
by: xzzy | last post by:
I have a v1.1 web app that works on my local computer. However, running it at the host computer, the following breaks: when a viewer selects a different country, the State dropdown should repopulate with the new country's state/proviences. Running on the host, the dropdown does not repopulate and says 'Permission Denied', I take this to mean that at the host, a viewer does not have permission to put new items in the State dropdown.
0
8432
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8343
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8758
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8545
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8633
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7364
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4179
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2762
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1743
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.