what i an trying to do is use jquery and a ul menu and on click it loads section divs from an external file and displays them in a content div and in thos section div i need this code to display it’s results
<script type='text/javascript'>
imvu_avatar_name = "TheDarkRaver";
imvu_panel_name = "rankings_panel";
imvu_section_name = "mp_right";
imvu_panel_width = 320;
imvu_panel_height = 228;
</script>
<script type='text/javascript'
src='http://www.imvu.com/catalog/web_panel_js.php'>
</script>
if u wanna see it in action just go to
http://tdr.host22.com/sections.html
and to see where i want them to display
a link to the source of the html and script
my javascript in external html is not loading
Looking at your site, you probably want to do this:
Put this somewhere on your page, maybe after all of your other content
Then in your JS file put these functions (adapted from my javascript in external html is not loading):