473,414 Members | 1,711 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,414 software developers and data experts.

permissions problem with executing javascript?

The question is not about writing javascript, but having it
execute in a browser (IE, firefox or opera, doesn't matter).
Since the last series of updates in win2K, javascript no longer
executes. If I am in an admin logon, it executes fine. I have
installed and uninstalled the java runtime engine several times.
It seems to be a permissions problem, but i am baffled. My
borwsers all have javascript enabled, as dopes my firewall and
proxy. Even diabling the firewall and proxomitron compeltely
fails to correct the prpblem. As noted, having them enabled but
running in the admin account is fine. Any help would be deeply
appreciated.

chagin1 at yahoo dot com
Nov 23 '05 #1
5 1893
VK
Full Name wrote:
I have installed and uninstalled the java runtime engine several times.


So is your problem about JavaScript or Java?
<http://www.jibbering.com/faq/#FAQ2_2>

....unless you have a problem of communication between JavaScript and a
Java applet.

Nov 23 '05 #2
Chagin1,

Have you tried searching Microsoft's Knowledgebase:
http://support.microsoft.com/default...;en-us;KBHOWTO - or
calling MS directly? Seems like a Windows-specific issue and probably
unrelated to Javascript.

You might also hit up the people who participate in this site...
they're experts on running Windows as a non-Administrator.
http://nonadmin.editme.com/

For what it's worth... the Java Runtime has nothing to do with
Javascript. Java and Javascript are completely different things and are
only symantically related.

Cheers,
Matt
--
EditMe - Edit your web.
http://www.editme.com

Nov 23 '05 #3
In article <1132615978.949689.44770
@g43g2000cwa.googlegroups.com>, wi*****@gmail.com says...
Chagin1,

Have you tried searching Microsoft's Knowledgebase:
http://support.microsoft.com/default...;en-us;KBHOWTO - or
calling MS directly? Seems like a Windows-specific issue and probably
unrelated to Javascript.

Calling htem costs $35, and the KB has nothing that I could find
You might also hit up the people who participate in this site...
they're experts on running Windows as a non-Administrator.
http://nonadmin.editme.com/
OK, thanks.
For what it's worth... the Java Runtime has nothing to do with
Javascript. Java and Javascript are completely different things and are
only symantically related.


Interesting. The command to empty the bulk maibox on yahoo mail
is "javascript:EmptyFolder('@B@Bulk')" and it is this kind of
command that will not execute in any of my browsers. If it says
javascript, I thought that this might be the appropriate forum
to ask....

chagin1 at yahoo dot com
Nov 23 '05 #4
VK
Full Name wrote:
Interesting. The command to empty the bulk maibox on yahoo mail
is "javascript:EmptyFolder('@B@Bulk')" and it is this kind of
command that will not execute in any of my browsers. If it says
javascript, I thought that this might be the appropriate forum
to ask....


Yes, it is JavaScript. So Java has nothing to do with your problem, so
you can stop re-installing Java plug-in.

This is the actual code of the EmptyFolder function from Yahoo! Mail

function EmptyFolder(folder)
{
var warnonempty = folder == "@B@Bulk" ? (!noDelBulkMsgWarning) :
(!noDelAllMsgWarning)
var emptyFol = true;
if(warnonempty)
{
var sMessage = folder == "@B@Bulk" ? "Are you sure? Deleted Bulk
messages are gone forever, and will not go to your Trash folder." :
"Are you sure you want to empty the folder?";
emptyFol = showEmptyFolderWarning(sMessage, folder);
}

if(emptyFol)
{
var url = "/ym/ShowFolder?";
url += folder == "Trash" ? "ET" : "EB";
url += "=1&.crumb=pEq.Pmp.185&reset=1&YY=73081";
window.open(url, '_self');
}
}

As you may notice, there is nothing security related here (like say
calling an ActiveX object). So the problem may be that you have
installed some crazy security fix like this one:
<http://support.microsoft.com/?id=875345>

But I'm not aware of any secirity fixes that would disable javascript:
pseudo-protocol as it is. So the problem may be also in some
firewall/anti-spyware/anti-virus settings.

To narrow the problem you may want to install a copy of Firefox
(www.mozilla.org) on one of problematic machines and check if Yahoo!
Mail will work for it.

Nov 23 '05 #5
In article <1132624554.168016.201750
@f14g2000cwb.googlegroups.com>, sc**********@yahoo.com says...
....
you can stop re-installing Java plug-in.
Thank you. I hoped that was true, since as administrator,
everything works OK.
...So the problem may be that you have
installed some crazy security fix like this one:
<http://support.microsoft.com/?id=875345>
If it was a standard security update from the microsoft update
site, perhaps. I hvae done nothing esoteric to my knowledge.
Does the actual "fix" have a KB number?
...So the problem may be also in some
firewall/anti-spyware/anti-virus settings.
With symantec DISabled, it still doesn't work as user. With
symantec ENabled, it DOES work as administrator.
To narrow the problem you may want to install a copy of Firefox
(www.mozilla.org) on one of problematic machines and check if Yahoo!
Mail will work for it.


I have reinstalled Firefox as well. Neither it, nor Opera nor
IE work as user. All 3 work as Administrator.

Nov 23 '05 #6

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

Similar topics

1
by: Ryan | last post by:
We have a DTS package developed on our development PC's (SQL 7). It runs fine. When we schedule it on the server (SQL 7), it fails. We have been able to find that this is a known issue down to the...
35
by: Boobie | last post by:
I need to escape HTML chracters so <test> --> &lt;test&gt; Looks like there is no built-in JS function...anyone got one handy ? thanks
0
by: Fiona | last post by:
I am trying to execute a .cmd file by setting up a System.Diagnostics.Process object with the appropriate StartInfo (filename, arguments, etc), however this doesn't seem to be executing correctly....
12
by: Mark | last post by:
Hello, in a simple console application I try to create a file with some code like: FileStream file = new FileStream("test.txt", FileMode.OpenOrCreate, FileAccess.Write); StreamWriter sw = new...
13
by: John Bowman | last post by:
Hi All, I've got a simple wrapper static test method on a class to expand the environment variables on a specified string: public static string ExpandEnvironmentStr(string Str) { return...
17
by: Steve-O | last post by:
The following code works great in FireFox, Opera, Netscape, Safari, and Gecko, but NOT IE. Why? I tried using 'native' js with setInterval and setTimeout, but I get the same result. My IE...
9
by: Nemisis | last post by:
Hi everyone, hope your all looking forward to xmas. I am setting up a Sql2005 database on a Windows Server, running Windows Server 2003. The database is going to be accessed via users using an...
4
by: Ty | last post by:
Hello all, I am creating a web site with Visual Stuido 2008. I am trying to use a java script file to create a busybox for login from this page http://blogs.crsw.com/mark/articles/642.aspx. I...
4
by: raghuvendra | last post by:
Hi I have a jsp page with 4 columns: namely Category name , Category order, Input field and a submit button. All these are aligned in a row. And Each Category Name has its corresponding Category...
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...
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
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,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
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...
0
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...
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...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

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.