How to launch Skype without being redirected by window.location in Javascript?
问题 I am not sure if this is possible or maybe I am just doing it the wrong way. What I want to do is to call a function which checks the database to get the skype id (user B) and verify if user A is login. If user A is login and a Skype ID for user B is found then start up Skype. If not, nothing happens. Sounds simple enough.... A function is called when a user (user A) click on an image button on a form. For example on start.html <a href="#" onclick="skypeme('var1','var2'); return false"><img