|
Rank: Newbie Groups: Member
Joined: 12/22/2008 Posts: 2
|
I am currently using the progressbar for two of my applications. Recently one of them started giving me a javascript error when calling progressbar's startTask function.
var pb=eo_GetObject("ProgressBar1"); pb.setValue(0); //works pb.startTask(); //does not work
The error is saying this:
eo_j_EVENTTARGET.value is null or not an object.
The last thing I did before this problem was install .net 2.0 and ajax on my machine (i am currently running my applications in 1.1. I have uninstalled 2.0 and it did not fix the problem).
Any help is appreciated.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Do you have the page online so that we can take a look?
Thanks
|
|
Rank: Newbie Groups: Member
Joined: 12/22/2008 Posts: 2
|
Thanks but I actually figured it out myself. There were 2 forms on the page (i had an include for another asp page). once I removed the body and form tags from one of them it started working again. Thanks anyways.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Cool. Glad you found that out!
|
|