Hi,
I start web in url: http://www.madd.com/univers/maddoc
In my tms web core projecte how can i obtain the url value ?
Thanks
Hi,
I start web in url: http://www.madd.com/univers/maddoc
In my tms web core projecte how can i obtain the url value ?
Thanks
Look inside the web.pas unit, there are bunch of methods that are mapped from javascript counterparts.
window.location.href
Thanks