Update IE on the broken PCs, there is a fix from Microsoft on this issues.
Also note: Java is *NOT* JavaScript.
"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
Registered in England, Number 678540. It contains information which is
confidential and may also be privileged. It is for the exclusive use of the
intended recipient(s). If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful. If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910. The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions."
Visit our website at http://www.reedexpo.com
-----Original Message-----
From: JS-Jive@yahoogroups.com
To: JS-Jive@yahoogroups.com
Sent: Fri Mar 23 06:24:00 2007
Subject: Javascript "permission denied" error - .parent
Hi,
I am trying to get some training material to run within an LMS
(learning management system). This material is produced
with "Articulate" software which takes PowerPoint files and converts
them to a Flash presentation.
In the presentation is an "exit" button which exits the Articulate
presentation and I need it to go to the next page in the LMS.
After much experimentation I added the JavaScript function:
parent.ReturnToDOTS-(); into a text file called flashcommand.-js which
is the "general fscommand handler for ALL output formats". DOTS is
the name of our LMS.
The exact code is:
case "ART_CloseAndExit"-:
if (!g_bLMS)
{
parent.ReturnToDOTS-();
}
break;
Here is the problem: This function works fine on some of our PCs but
not others (permission denied error)! Any idea why that might happen?
We have checked the version of Java on the PCs and it appears to be
the same.
regards
spot
[Non-text portions of this message have been removed]