Hi all,
I have a question. I have a form that reside on one server (Server A) and part of
that form is a pop-up window where users can search for an item and once they find the
item, they click a button on the pop-up ands it passes the item information back to
text fields in the main form. Currently it works as long as run all the code on the
same server (Server A) but when I move the pop-up window page to another server
(Server B), I get a javascript error - "ACCESS DENIED". I am running this in my
companies intranet - so could be a security setting or something.
The code in the pop-up that I use to pass page is:
<SCRIPT LANGUAGE = "JavaScript">
function SelectThis(IDVal, LNameVal, FNameVal, TitleVal, PhoneVal, DivVal,
EmailVal, OfficeVal, DeptVal, RegionVal)
{
var a = IDVal;
var b = LNameVal;
var c = FNameVal;
var d = TitleVal;
var e = PhoneVal;
var f = DivVal;
var g = EmailVal;
var h = OfficeVal;
var i = DeptVal;
var j = RegionVal;
self.opener.document.Volunteer.ID.value = a;
self.opener.document.Volunteer.LastName.value = b;
self.opener.document.Volunteer.FirstName.value = c;
self.opener.document.Volunteer.Title.value = d;
self.opener.document.Volunteer.Phone.value = e;
self.opener.document.Volunteer.Division.value = f;
self.opener.document.Volunteer.Email.value = g;
self.opener.document.Volunteer.Office.value = h;
self.opener.document.Volunteer.Department.value = i;
self.opener.document.Volunteer.Region.value = j;
window.close();
}
</SCRIPT>
The error is on the first self.opener line.
Thanks for the help in advance.
Mario
Mario Ciliotta
Assistant Vice President
Interactive Media Technology
CREDIT SUISSE FIRST BOSTON
Eleven Madison Avenue
New York, New York 10010
+1.212.325.4225 phone
+1.212.325.6664 fax
+1.646.286.5063 mobile
[EMAIL PROTECTED] e-mail
This message is for the named person's use only. It may contain sensitive and private
proprietary or legally privileged information. No confidentiality or privilege is
waived or lost by any mistransmission. If you are not the intended recipient, please
immediately delete it and all copies of it from your system, destroy any hard copies
of it and notify the sender. You must not, directly or indirectly, use, disclose,
distribute, print, or copy any part of this message if you are not the intended
recipient. CREDIT SUISSE GROUP and each legal entity in the CREDIT SUISSE FIRST BOSTON
or CREDIT SUISSE ASSET MANAGEMENT business units of CREDIT SUISSE FIRST BOSTON reserve
the right to monitor all e-mail communications through its networks. Any views
expressed in this message are those of the individual sender, except where the message
states otherwise and the sender is authorized to state them to be the views of any
such entity.
Unless otherwise stated, any pricing information given in this message is indicative
only, is subject to change and does not constitute an offer to deal at any price
quoted. Any reference to the terms of executed transactions should be treated as
preliminary only and subject to our formal written confirmation.
______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists