Hi,
I am using this template to develop a site for a client, the link to the page with the current problem is:
http://www.s217794495.websitehome.co.uk ... Itemid=335
Our client is using a booking system from a third party, http://www.mindbodyonline.com/.
This company allows you to create javascript popup links to their booking system ( attached is a screen shot of their instructions to do this ) I have also attached the wsLaunch.js file they supplied.
What i have done to try and get this working is:
1. Downloaded the wsLaunch.js script, uploaded this to our web server in ../templates/gk_game_magazine/js
2. Edited the ../templates/gk_game_magazine/layouts/blocks/head.php
After line 100 added - $this->addJS($this->URLtemplate() . '/js/wsLaunch.js');
3. In the artilce where the link needs to be added:
<a href="javascript:launchWS('http://clients.mindbodyonline.com/ws.asp?studioid=24685&stype=-7&sTG=25&sVT=11&sView=day');">test</a>
I think this is a conflict because if you go to:
http://www.s217794495.websitehome.co.uk ... /test.html
This is just a demo and this works.
Any help would be much appreciated.
Thanks
Sean.R.