Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to launch a URL from variable #408

Closed
pallavkrishna opened this issue Apr 19, 2019 · 1 comment
Closed

How to launch a URL from variable #408

pallavkrishna opened this issue Apr 19, 2019 · 1 comment
Labels

Comments

@pallavkrishna
Copy link

https://www.google.com
//some actions
newUrl="www.gmail.com"
https://'+url+' - is what I am currently using

i need know , how to launch the content present in the variable(newUrl) can you help

@ghost
Copy link

ghost commented Apr 23, 2019

Edit:

If you utilize backticks instead of single quotes, it will work.

https://www.google.com
newUrl = "www.reddit.com"
{
https://`newUrl`
}

@kensoh kensoh added the query label Apr 28, 2019
@kensoh kensoh changed the title How to launch the a url from variable How to launch a URL from variable Apr 28, 2019
@kensoh kensoh closed this as completed May 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants