Skip to main content
1-Visitor
December 18, 2015
Solved

Navigate outside Mashup to external application

  • December 18, 2015
  • 1 reply
  • 2617 views

Greetings,

Do any Thingworx widgets allow you to navigate to an external web application?

For example, click a button to go to another web application

Best answer by tcoufal

That depends on what you'd call another web app.

If you want to redirect to another URL with a Button, just add a link widget into the mashup, hide it, and bind the click event of the button to navigate service of link widget.

Or you can create a new responsive mashup, put the web frame widget into it and call that mashup with navigation widget which is more or less a button.

Be careful though, since web frame widget is basically HTML iframe, some sites will not work in it. Hope I helped.

Tomas

1 reply

tcoufal1-VisitorAnswer
1-Visitor
December 19, 2015

That depends on what you'd call another web app.

If you want to redirect to another URL with a Button, just add a link widget into the mashup, hide it, and bind the click event of the button to navigate service of link widget.

Or you can create a new responsive mashup, put the web frame widget into it and call that mashup with navigation widget which is more or less a button.

Be careful though, since web frame widget is basically HTML iframe, some sites will not work in it. Hope I helped.

Tomas

rtaylor-31-VisitorAuthor
1-Visitor
December 19, 2015

Ok....feeling pretty dumb right now. I was so focused on the Navigation widget, i didn't see the Link widget.

Thanks.

1-Visitor
December 19, 2015

That happens to all of us from time to time

Glad I helped.