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 load local html file in bas . is it possible ?
Yes its normal thing just like with any other browser >
file:///C:/pathToYourLocalPage/examplePage.html
Or simply open your local html file in any browser and copy addres from address bar to BAS Load command.
it also happen to me when using a very large node js script inside the embedded languages module better to keep it short probably
@Roy-Mustang SOLVED. Thanks brother..
@alias said in is it possible to reset password?:
i lost my password and need to reset it, i have access to my email but i lost my bablosoft password. please help
answered in PM
@ggma said in How to load an URL after another:
Hi, I have a list of URL I need to load one after another. URL1 URL2 URL3 Script : Load URL1 Perform actions Load URL2 Perform actions Load URL3 Perform actions How should I do it ? Thanks a lot !
Hi,
I have a list of URL I need to load one after another.
URL1 URL2 URL3
Script :
Load URL1 Perform actions
Load URL2 Perform actions
Load URL3 Perform actions
How should I do it ?
Thanks a lot !
Cicle "FOR"