DanielsuUn 1 Posted February 2, 2014 Report Share Posted February 2, 2014 Hello Uboters, I can start with play like this: <button data-theme="b" onclick="ubot.runScript('run()')">Analyse starten</button> My Question can i start a script in other tab with html button? "ubot.runScript('Script1()')"?? Quote Link to post Share on other sites
UBotDev 276 Posted February 2, 2014 Report Share Posted February 2, 2014 Hello Uboters, I can start with play like this: <button data-theme="b" onclick="ubot.runScript('run()')">Analyse starten</button> My Question can i start a script in other tab with html button? "ubot.runScript('Script1()')"?? Well..you just need to replace script name in button: <button data-theme="b" onclick="ubot.runScript('Script1()')">Analyse starten</button> 1 Quote Link to post Share on other sites
DanielsuUn 1 Posted February 2, 2014 Author Report Share Posted February 2, 2014 Nice Thanks.. Can i start Multi scripts together with one button? Quote Link to post Share on other sites
UBotDev 276 Posted February 2, 2014 Report Share Posted February 2, 2014 Nice Thanks.. Can i start Multi scripts together with one button?You can't run 2 directly, but you can execute the 2 by calling them from the script "Script1", that gets called when button gets clicked . Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.