-
Opening new links in a web application.
I have a technical question….
I have an application written for the web. I want to set up functionality to open up a new web page (in a separate tab or window) within the code, but I have not yet figured out how to do that.
The closest I have found is to create a label, set the ‘textishtml’ property, include the html anchor/href references, and have the user click on it, but I would prefer if the code would just ‘jump/open up’ to the web page without any sort of user interaction.
Thank you in advance.
Log in to reply.