If you try to customize the "I Need To…" web part, as outlined by Gary in his blog post, you might experience a JavaScript error, just like this one:
Line: 1
Char: 1
Error: Object expected
Code: 0
This error is launched by the TATWP_jumpMenu JavaScript function, because it attempts to execute a function defined in another .js file that hasn’t been loaded.
Workaround:
Add a hidden Content Editor Web Part with the following HTML source text:
<script language="javascript" src="/_layouts/portal.js?rev=INhSs9mWTnUTqdwwIXYMaQ%3D%3D"></script>
This will ensure that the referenced script file loads correctly.
Thank you for the post!
Thanks Edin, you are a genius.
I’m glad that my post was useful to you, Himani. 🙂
Agreed. Solved my worry!
thanks so much, solved my problem as well.
sweet fix, thanks
I have two “I need to…” web parts on one page and I tried this fix for the TATWP_jumpMenu() issue but it did not work–any other ideas? Thanks!
Thank you so much for the solution.
D. Barbatsalos
Athens, Greece
GRACIAS TOTALES!
THANK YOU VERY MUCH!