megear
Newbie
Posts: 1
Registered: 3/2/2008
Member Is Offline
|
| posted on 3/2/2008 at 06:46 PM |
|
|
myHints undefined error
I was trying to use this in a Broadvision Portal application, which uses jsps to generate portlets. I have not been able to get the popups working. At
one point, I did get the popup visible, but the image would not appear in it. The error message I get in the lower left browser area is 'myHints is
undefined'. I don't know if the application isn't seeing the file or if it is just not executing the JS.
Any ideas where to look in the code?
Thanks,
Mark
|
|
|
tigra
Administrator
Posts: 1926
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 4/9/2008 at 12:48 AM |
|
|
Look at the page's source code the variable myHints you reference in the elemen's event handler should be defined in the code above that.
|
|
|