Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I want to do this function just don't know how to script it.
Ignore errors do something If error = SomeError1 do something else if error = SomeError2 do something different
If you use "ignore errors", you get the variable "last error" which contains the name of the error.
@genadijs34 http://wiki.bablosoft.com/doku.php?id=how_to_catch_errors
Thank you it worked
@m4zuper bass premium board windows 11 installed I'm sure I did everything
@jobriwterr Reload the Page: Javascript - window.location.reload();
@xtangliang said in How to start BAS with specific script by CommandLine?:
hey guys, I got a question need your help: How to start BAS with specific script by CommandLine? It's not the default one or last one. I appreciate for any reply, thx
Duplicate topic
@Fox said in Javascript errors only in BAS:
@nicovevo said in Javascript errors only in BAS: Hello i had a script working really well, it stoped working working. When i try to click login button i see these javascript errors. https://prnt.sc/vuzft2 But in my normal browsers i dont see these messages. I think website moved hcaptcha from recaptcha, but i still dont understand what are these javascript errors Try disabling the AjaxReCaptcha2 module 0acbc29b-f45d-44aa-91e2-852c1f998358-изображение.png
@nicovevo said in Javascript errors only in BAS:
Hello i had a script working really well, it stoped working working. When i try to click login button i see these javascript errors. https://prnt.sc/vuzft2 But in my normal browsers i dont see these messages. I think website moved hcaptcha from recaptcha, but i still dont understand what are these javascript errors
Hello i had a script working really well, it stoped working working.
When i try to click login button i see these javascript errors.
https://prnt.sc/vuzft2
But in my normal browsers i dont see these messages.
I think website moved hcaptcha from recaptcha, but i still dont understand what are these javascript errors
Try disabling the AjaxReCaptcha2 module
0acbc29b-f45d-44aa-91e2-852c1f998358-изображение.png
thank you this solved my problem.