Download the .js file and save it in the root directory of your site.
Code:
<script type="text/javascript" src="javascript:wsLaunch.js 'http://clients.mindbodyonline.com/ws.asp?studioid=14520&stype=-7&sView=week'></script>
"javascript:" doesn't belong in the source for a javascript file. Make the src attribute just the name of the .js file that you put in the root directory. Most of what you currently have belongs in the anchor (link) that you will use for the popup.
In their sample code, is the codebase missing/blank for the applet object??
As far as the link for the popup, forget about putting "javascript:" in there. Try this:
Code:
<a href="http://clients.mindbodyonline.com/ws.asp?studioid=14520&stype=-7&sView=week" onClick="launchWS(this.href); return false;">text for link</a>
^_^
Bookmarks