Click to See Complete Forum and Search --> : Exiting Internet Explorer on Windows Mobile


vzwbp
11-29-2007, 12:28 PM
I am trying to find a way to exit IE when the user selects a link on a web page. Wondering if anyone knows any way to do this using a client side script or any other way.

Use Case:
a) user starts IE and navigates to a web page
b) web page has a "exit browser" link
c) user selects link and it results in IE exiting/closing

Appreciate input.

-vzwbp

AnswerDude
11-29-2007, 12:36 PM
<a href="javascript:window.opener='x';window.close();">Close</a>
not sure how well it will work with pocket ie.