Navigating to an outside url

I’m blanking on this, I think I had it working before so there’s probably something outside of Anvil at play here. I simply want an Anvil link to open an outside page, like Google, or anything. Would the code in the client not be:

Link(url="google.com")

At a loss here - I think I’ve got this wrong as the Link command is for creating a new link object on my form?

my_link=Link(...) creates a link instance. The optional url sets your destination when the link is clicked.

2 Likes

just figured it out… the url attribute on my link is where to put the external url (so simple…)

1 Like