| View previous topic :: View next topic |
| Author |
Message |
vince
Joined: 12 Jun 2007 Posts: 3
|
Posted: Tue Jun 12, 2007 1:10 am Post subject: open new url in default browser, then exit my compiled exe |
|
|
| My compiled html file is setup as a 640x480 splash window with links. The links are to open the users default web browser. After clicking the link, what do I need to do to have the compiled exe close itself? |
|
| Back to top |
|
 |
|
|
support Site Admin
Joined: 13 Feb 2004 Posts: 299
|
Posted: Tue Jul 24, 2007 8:34 am Post subject: |
|
|
Javascript.
onClick="window.close();" |
|
| Back to top |
|
 |
dasli
Joined: 13 Aug 2009 Posts: 2
|
Posted: Thu Aug 13, 2009 9:06 am Post subject: |
|
|
| sometimes read very usefull.... |
|
| Back to top |
|
 |
|