Go to browser - can you force a new window to open?

I have a button which is a browser(go to) action topen another page. Can you indicate a parameter to open the link in a new window using the wappler ui?

Thanks,
Rick

Hey Rick,

Not exactly what you are asking for, but how about starting with a link instead of a button, which will allow you to target _blank, and then add the btn class which will allow you to style back as a button?

–Ken

1 Like

the url desired is stored as a field in a mysql database so the link has to be created dynamically. Not sure how to indicate target_blank when using a dynamic field. I don’t see a way using browser(goto) and link doesn’t seem to allow a dynamic value. Is there a way?

Link actually does allow a dynamic value…

Here’s what the class and target would show:

And the dynamic linK

Rick, I strongly suggest you to start with the basic docs, explaining such common things as dynamic links…

Thanks. Sorry i should have known that. So stupid of me. I was obviously having a senior moment.