Hello again.
I know you said this was easy, but I still can't get my popups to work correctly!! As you may remember, I'm trying to place some links on the home page (define_main_page) to some explanatory popups.
So, this is what I've done:
Downloaded jscript_add-event.js and jscript_popup.js and placed them in /includes/modules/pages/define_main_page/
Installed one popup in includes/templates/my_template/main_page_info
Added the following two lines to it.
<script type="text/javascript" src="http://localhost/mainwebsite/includes/modules/pages/define_main_page/jscript_add-event.js"></script>
<script type="text/javascript" src="http://localhost/mainwebsite/includes/modules/pages/define_main_page/jscript_popup.js"></script>
Added the following into define_main_page.php
<ul id="mainPageInfo"><li><a href="http://localhost/mainwebsite/includes/templates/apple_zen/main_page_info/ex-chainstore.html">rel="popup console 800 600 noicon" What is ex-chainstore clothing? </a></li></ul>
I still get the popup opening full size in the current tab.
Go on, tell me I'm doing something really stupid, I don't mind!
Regards
Philip



