Hello
I'm using a javascrip Welcome popup messages but when I add my popup javescript on templates/base/page_81.html
the member bar is not there is not showing or is hidding when I remove the code is working back to normal any idea wat is wrong or why is not showing please Thank's a lot
Original code
<bx_include_auto:_sub_header.html />
__page_main_code__
<bx_include_auto:_sub_footer.html />
---------------------------------------------------------------------------------
Custom code
<bx_include_auto:_sub_header.html />
__page_main_code__
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
<script type="text/javascript" src="XXXX/jquery.easing-1.3.pack.js"></script>
<script type="text/javascript" src="XXX/jquery.mousewheel-3.0.4.packs.js"></script>
<script type="text/javascript" src="XXX/jquery.XXXX-1.3.4.js"></script>
<link rel="stylesheet" type="text/css" href="XXXXX/jquery.XXX-1.3.4.css" media="screen" />
<script type="text/javascript">
$(document).ready(function() {
$.XXXXXX({
'width': 350,
'height': 200,
'autoScale': true,
'transitionIn': 'elastic',
'transitionOut': 'none',
'title': 'Welcome to mysite.com',
'scrolling': 'no',
'type': 'iframe',
'href': 'http://www.mysite.com/XXXX/html/XXXXX.html'
});
});
</script>
<bx_include_auto:_sub_footer.html />