Hi
Is there way to get the arguments provided in the URL? For example I use this url to access my app
http://localhost:8080/MyApp/MyApp.html
I'd like to send some arguments in this url by suffixing "?<args>". Can you please tell me where and how I can read these arguments.
Thanks.
Is there way to get the arguments provided in the URL? For example I use this url to access my app
http://localhost:8080/MyApp/MyApp.html
I'd like to send some arguments in this url by suffixing "?<args>". Can you please tell me where and how I can read these arguments.
Thanks.
Comment