Facility Control

 View Only
  • 1.  set url of browser

    Posted 11-29-2017 11:49
    Hello,

    I put a browser in Dashbord :




    and I try to set url with a new link when I click on a button. So in the I should have something like this :

    ogscript.setURL("brows1","url","http://www.my_new_link");



    Thanks a lot


  • 2.  RE: set url of browser

    Posted 11-29-2017 15:07
    The script for setting the URL of the browser looks like this:

    ogscript.getComponentsById('brows1')[0].setUrl('http://www.my_new_link');
    #DashBoard


  • 3.  RE: set url of browser

    Posted 12-05-2017 17:35
    Perfect ! Thanks a lot James
    #DashBoard