Dear Formspider Team, I would like to get URL in PreOpen event. Is there any API to do that ? For example I have the following application url: http://10.20.0.80:8090/azerfon/main.jsp?oid=7027&msisdn=702000639 In API documentations I have found api_application.getbaseurl() but it gives me only: http://10.20.0.80:8090/azerfon/ How can I get whole URL? Kindly waiting for your soonest response. |
Hi, If you need to get a parameter from the URL at application preOpen event, you can use As far as i know there is no api to get the whole URL, but you could use a javascript function that you call using an external method to get it. Best regards, |