FOLLOW US
softpcapps Software CODE HELP BLOG



Freeware Open Source Windows Software Applications and Free Online Tools

For Windows 11 : Download and run .NET 3.5 Installer if the application is not running

How to create a Global Javascript Variable

To creat a global Javascript variable set it as a window property as following :

window.MY_JAVASCRIPT_VARIABLE=my_javascript_variable;