Another IP Address site

DeepakG

Perch
I know you will ask why in this world did you have to go off and create another one of these sites.

In my defense I will keep this site ad free and add a bunch of ip related tools and various language support.

Please look and see if you use the "copy" button.

http://myipaddress.be
 
More works for me now as well, and I can confirm that the copy does not work on firefox as well.
 
Use this code for copying to the clipboard instead. It works in firefox and IE.

Code:
<script>
function copyid() {
	window.clipboardData.setData("Text", "this is data");
}
</script>


<a href="javascript:copyid()">Copy</a>
 
whats the point of it? obviously its helpful that your doing it, but your not gaing anything from it if you don't run ads. just loosing money & time
 
Back
Top