[Eng]
Hello,
For each user to whom you give access to your site, you can assign a folder and put the files there. If the size of the folder exceeds a certain size you block the transfer of files.
You can also put the files on the local sql. I share with you an adaptation of my source code that may ...
Search found 7 matches
- Thu Apr 08, 2021 9:22 pm
- Forum: Coding Questions
- Topic: How do I limit an user?
- Replies: 2
- Views: 3043
- Wed Apr 07, 2021 7:08 am
- Forum: Coding Questions
- Topic: How can i change font size of menu items?
- Replies: 2
- Views: 2480
Re: How can i change font size of menu items?
!console.log( document.getElementById("spiderbody").style.fontSize = "40%" );
Procedure MenuEvents()
Debug "Menu item selected: " + EventMenu()
EndProcedure
If OpenWindow(0, 200, 200, 400, 100, "Menu Example")
If CreateMenu(0, WindowID(0)) ; menu creation starts....
MenuTitle("   ...
Procedure MenuEvents()
Debug "Menu item selected: " + EventMenu()
EndProcedure
If OpenWindow(0, 200, 200, 400, 100, "Menu Example")
If CreateMenu(0, WindowID(0)) ; menu creation starts....
MenuTitle("   ...
- Tue Apr 06, 2021 9:25 am
- Forum: Javascript
- Topic: What am I doing wrong when importing a JS script?
- Replies: 11
- Views: 51451
Re: What am I doing wrong when importing a JS script?
Eng:
If you request a file remotely you may encounter "Blocking a Cross-Origin Request".
Launch the application you created on your server where the file in question is located and it should work.
If you launch it locally or from another site you may have trouble getting your request to swallow your ...
If you request a file remotely you may encounter "Blocking a Cross-Origin Request".
Launch the application you created on your server where the file in question is located and it should work.
If you launch it locally or from another site you may have trouble getting your request to swallow your ...
- Tue Apr 06, 2021 9:14 am
- Forum: Javascript
- Topic: What am I doing wrong when importing a JS script?
- Replies: 11
- Views: 51451
Re: What am I doing wrong when importing a JS script?
Eng: Hello,
In javascript it is possible to add JS script and run it asynchronously when loading a page.php
here is an example.
By loading a main page and adding snippets of code based on visitors' actions.
Fr: Bonjour,
En javascripte il est possible d'ajouter du scripte JS et de l'exécuter de ...
In javascript it is possible to add JS script and run it asynchronously when loading a page.php
here is an example.
By loading a main page and adding snippets of code based on visitors' actions.
Fr: Bonjour,
En javascripte il est possible d'ajouter du scripte JS et de l'exécuter de ...
- Tue Apr 06, 2021 8:36 am
- Forum: Coding Questions
- Topic: howto add parameter into callback ?
- Replies: 5
- Views: 4347
Re: howto add parameter into callback ?
Eng: It's my bad
Thank you for your answers. Thank you the.weavster, thank you Peter
My error resided in the definition of the variable
do not specify HttpGetEventHistlocResult.s each time
at the risk of having a variable that behaves like an integer and not a string
HttpGetEventHistlocResult ...
Thank you for your answers. Thank you the.weavster, thank you Peter
My error resided in the definition of the variable
do not specify HttpGetEventHistlocResult.s each time
at the risk of having a variable that behaves like an integer and not a string
HttpGetEventHistlocResult ...
- Mon Apr 05, 2021 7:33 pm
- Forum: Coding Questions
- Topic: howto add parameter into callback ?
- Replies: 5
- Views: 4347
Re: howto add parameter into callback ?
Eng: This is not a good answer. Wrong path.
Fr: Ce n'est pas une bonne réponse. Mauvais chemin.
Fr: Ce n'est pas une bonne réponse. Mauvais chemin.
- Sat Apr 03, 2021 11:30 am
- Forum: Coding Questions
- Topic: howto add parameter into callback ?
- Replies: 5
- Views: 4347
howto add parameter into callback ?
ENG: Hello,
I want to add a parameter to a callback and I don't know how?
I thank you in advance for your answers.
(error line #21)
FR: Bonjour,
Je souhaite ajouter un paramètre à un callback et je ne sais pas comment faire ?
Je vous remerci d'avance pour vos réponses.
(erreur ligne #21 ...
I want to add a parameter to a callback and I don't know how?
I thank you in advance for your answers.
(error line #21)
FR: Bonjour,
Je souhaite ajouter un paramètre à un callback et je ne sais pas comment faire ?
Je vous remerci d'avance pour vos réponses.
(erreur ligne #21 ...