Use button to link to external site

I cannot figure out how to use a jqwidgets button as a link to an external website. Any ideas?

What do you want to have happen? Do you want to load the external site into your app, or do you want to go to it?

Can you tell me how to do both? For a student project so I’m not sure. Thanks

Cindy

To go directly to another site, use location.

https://wiki.nsbasic.com/Location

To bring up a site within your app, use HTMLview.innerHTML:

https://wiki.nsbasic.com/HTMLView