Possible Duplicate:
Javascript force open a link in a browser
I am working on a code which specifically runs on Internet Explorer only.
Scenario is
I have a link in that IE browser which says "Preview". Whenever clicked on it, the link opens in Internet Explorer only.
I want the link to open in Client's Default Web Browser and not IE.
Working Environment is: Language Used is HTML with JS, JQUERY and PHP as coding language.