Discord
Login
Community
DARK THEME

How can I open links with Microstudio?

With Javascript or Microscript 2.0

In microscript:

getWindow = function()
  system.javascript("""
    global.window = window
  """)  
end

init = function()
  getWindow()
  window.open("https://your-site")
end

and in javascript:

window.open("https://your-site")

:D

Thank you!

Post a reply

Progress

Status

Preview
Cancel
Post
Validate your e-mail address to participate in the community