Jump to content
UBot Underground

Launch default browser from within UBot Browser?


Recommended Posts

Hi guys,

 

Does anyone know the most reliable way to open the default browser such as IE, Chrome or Firefox from with the UBot browser? For example, if someone were to click on a link or banner it would open IE instead of the internal browser.

 

Many thanks in advance!

Link to post
Share on other sites

Give this a try:

load html("<button  onclick=\"ubot.runScript(\'default browser()\')\">In Default Browser</button>")
define default browser {
    shell("cmd.exe /c start http://bing.com")
}
Link to post
Share on other sites
  • 5 years later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...