Posts by marcio seixas • 1 point
2 posts
-
0
votes0
answers125
viewsQ: how to calculate a result of a javascript calculation?
I have javascript code that makes a calculation as shown in the code below: function calcular(){ //1- 5S var valor1 = Number(document.getElementById('red1').value); var valor2 =…
javascriptasked marcio seixas 1 -
0
votes0
answers382
viewsQ: as I do to create a function in vbs that when clicking enter it switches two windows ie alt + tab
that’s the code I’m using Set objShell = CreateObject("WScript.Shell") set Window = CreateObject("InternetExplorer.Application") Window.RegisterAsBrowser = True Window.MenuBar = True Window.ToolBar…
vbsasked marcio seixas 1