I have a problem with passing variables to javascript.js files. I am able to load the .js files as there are examples available. The .js files have functions in them, like uname, pwd and svrname functions. For the .js to work, I need to pass value to them. The server name is more like a url to connect to. How do I do that? Please help me. Thanks in advance.
Function like:
SendReceive(Server, UserId)
Read(Server, UserId)
Function like:
SendReceive(Server, UserId)
Read(Server, UserId)
Last edited: