Re: permissions problem with executing javascript?



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.

.



Relevant Pages

  • Re: [SLE] YAST Online Update error: kdesu: cannot connect to X server
    ... My SGI Prism running SLES 9 is also very temperament ... > online_update') from command line it should bring up ... > Do You Yahoo!? ... Mail has the best spam ...
    (SuSE)
  • SUMMARY: cropping a file
    ... Although this will execute very quickly (assuming ... The logfile is being modified by two ... he executes the 'w' command. ... > Do you Yahoo!? ...
    (Tru64-UNIX-Managers)
  • Re: Did Yahoo worm (Yamanner) work on macs? (no I am not trolling)
    ... I thought about trolls etc before posting this but I think it is ... At Slashdot people claim it did work on Safari. ... Yahoo has NOT stopped the worm. ... Groups and the injected JavaScript is still there. ...
    (comp.sys.mac.misc)
  • Re: [SLE] wav => mp3 w/ Audacity
    ... In poking around the web I discovered that the latest ... features so I downloaded the 1.2.0 version and ... > with lame directly with the command: ... Do you Yahoo!? ...
    (SuSE)
  • [SLE] CUPS and SuSE 9.1
    ... When I try to use the CUPS web interface at ... I looked under the PPD directory and it was empty. ... Mail Mobile ... Take Yahoo! ...
    (SuSE)