Display text content

Joined
Jul 14, 2011
Messages
1
Reaction score
0
here is my website : http://ip2url.tk/

i want to display the text content of a .txt file under the ip addresses table after i clicked send.

something like this:
voq6q9.png

Code:
<html>
<head>
<title>IP TO URL Converter</title>
</head>

<body>
<h1>IP TO URL Converter</h1>
Please specify a log file:<br>
<input type="file" name="datafile" size="40">
</p>
<div>
<input type="submit" value="Send">
</p>
IP addresses:<br>

<form method="post" action="">
<textarea name="comments" cols="40" rows="5">
</textarea><br>
</form>
</p>
<button type="button">Convert</button>
</p>
URLs:<br>
<form method="post" action="">
<textarea name="comments" cols="40" rows="5">
</textarea><br>
</form>
</div>
<script type="text/javascript">
var address = java.net.InetAddress.getLocalHost();
document.write("Your IP is: " + address);
</script>

</body>
</form>

</html>

thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,566
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top