Home › Forum › Laying out a Form › IP address from browser › Re: IP address from browser
March 9, 2010 at 12:11 pm #5137
Sorry, but the form is not available to download at the current time.
what is it though that you are struggling with? based on your initial ‘how to return IP address, look at the second ‘example’ where the javascript function is:
function myFunction()
//This function will return the string “Hello World!” back to the form
{
return (“Hello world!”);
and then in your CallJavascript you enter in the name of the function (myFunction) and set the return target to the field you want “Hello world!” returned to