How can i make a current browser window go to an internet site by clicking a button?
------------------
Kåô§
Printable View
How can i make a current browser window go to an internet site by clicking a button?
------------------
Kåô§
Use the Shellexecute API, and send it the "open" parameter with the URL. This will open the default web browser to the URL. V-b world has some good examples.