EXECASP.JS not working?

D

danielt

Hi there,

I'm new to the forum and also project server. I have some coding that used
to work with project server 2002 but now doesn't work with project server
2003. I tried to debug the program and have come down finally to the JScript
EXECASP.JS in the library folder. It seems whenever I call the function
SubmitASP, it will give me a javascript error. Anyone able to help me out?
Thanks.
 
D

danielt

Hi,
I found out the problem. It is at this function. I have commented it out and
it works. But could you tell me what's wrong with it? Thanks.

bNoWaitCursor = Number(Boolean(bNoWaitCursor));

// if (!bNoWaitCursor)
// {
// WaitCursor.SetWaitCursor();
// }

once it reaches the WaitCursor.SetWaitCursor(); it will hit jscript error.
 

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