Help!All Document Libraries - Error encountered! PS 2003 SP 2a WSS

C

Char

Hi -
I have a situation where when I click on 'All Document Libraries' in PWA, I
get the following error output:

Please help! Thanks

//+-------------------------------------------------------------------------------
// // Microsoft Project - Web Client // Copyright (C) Microsoft Corporation,
1999 // // File: WebClient\root\Shell\Shell.js // // Contents: Client-side
Shell functions // // Objects: Shell (client-side) //
//--------------------------------------------------------------------------------
var bHelpExpanded = false; var g_SkipBeforeUnload = false;
//--------------------------------------------------------------------------------
function Body_OnResize() { if (typeof(Workspace_OnResize) != "undefined") {
Workspace_OnResize(); return; } if (typeof(Grid_OnResize) != "undefined")
Grid_OnResize(); }
//--------------------------------------------------------------------------------
function ActionsPaneCollapse_OnClick() { var e = new Error();
window.event.cancelBubble = true; window.event.returnValue = false; if
(event.keyCode == 0 || event.keyCode == 13) { idActionsPane.style.display = "
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top