Obtain the IP address from the local web server.
1 net.getLocalHostAddr
<net.getLocalHostAddr />
Example
Copy
<xsql-script name='net_LocalHostAddr1'> <body> <println><net.getLocalHostAddr/></println> </body> </xsql-script>
Notas
The IP address of the local server will be showed on screen.