I'm developing project based on html and JavaScript. I have values in info.properties
file.
How can I get and use those info.properties
file values in my JavaScript function. This is the values I have in my file:
msg.confirm =Okie?
msg.alert =Cancel.
Your help will be appreciated.