Java need some help if possible <SOLVED>
Posted: Wed Dec 30, 2015 11:43 pm
Anyone know Java well enough to help me ?
What I am trying to do is prompt for an IP... and use as a variable.
Figured it out updated code below.
Thanks to all that attempted to help or even looked at my posting ;)
What I am trying to do is prompt for an IP... and use as a variable.
Figured it out updated code below.
Code: Select all
</script>
<script language="JavaScript"> IP = prompt("Please enter IP of Device", "");
document.write("<p></p>Page is now custom for " + IP + ", Enjoy.");
</script>
Thanks to all that attempted to help or even looked at my posting ;)