open new url in default browser, then exit my compiled exe

Create Presentations, E-Books or CD Autorun from HTML pages in one click.
vince
Posts: 3
Joined: Tue Jun 12, 2007 1:04 am

open new url in default browser, then exit my compiled exe

Post by vince »

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?
support
Site Admin
Posts: 476
Joined: Fri Feb 13, 2004 1:05 pm

Post by support »

Javascript.

onClick="window.close();"
dasli
Posts: 2
Joined: Thu Aug 13, 2009 8:54 am

Post by dasli »

sometimes read very usefull....